Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 52650f5

Browse files
author
Kotsias, Panagiotis-Christos
committed
Refactored structure
1 parent ce54ab2 commit 52650f5

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Intuitive python API for etherscan.io.

etherscan/__init__.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from .accounts import Accounts as accounts
2-
from .contracts import Contracts as contracts
3-
from .tokens import Tokens as tokens
4-
from .transactions import Transactions as transactions
1+
from .modules.accounts import Accounts as accounts
2+
from .modules.contracts import Contracts as contracts
3+
from .modules.tokens import Tokens as tokens
4+
from .modules.transactions import Transactions as transactions

test/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)