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

Skip to content

Commit 10278ed

Browse files
author
Kotsias, Panagiotis-Christos
committed
Added pro mod
1 parent ec39088 commit 10278ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

etherscan/__init__.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1+
from .etherscan import Etherscan
12
from .modules.accounts import Accounts as accounts
23
from .modules.blocks import Blocks as blocks
34
from .modules.contracts import Contracts as contracts
45
from .modules.gastracker import GasTracker as gastracker
6+
from .modules.pro import Pro as pro
57
from .modules.proxy import Proxy as proxy
68
from .modules.stats import Stats as stats
79
from .modules.tokens import Tokens as tokens
810
from .modules.transactions import Transactions as transactions
9-
from .etherscan import Etherscan

0 commit comments

Comments
 (0)