mirror of
https://github.com/FlipsideCrypto/web3.py.git
synced 2026-02-06 10:56:47 +00:00
4 lines
83 B
Python
4 lines
83 B
Python
import pkg_resources
|
|
|
|
__version__ = pkg_resources.get_distribution("web3").version
|