mirror of
https://github.com/FlipsideCrypto/multicall.py.git
synced 2026-02-06 10:47:05 +00:00
6 lines
139 B
Python
6 lines
139 B
Python
__version__ = '0.1.1'
|
|
|
|
from multicall.signature import Signature
|
|
from multicall.call import Call
|
|
from multicall.multicall import Multicall
|