Example usage
To use cryptocurrencyeda in a project:
import cryptocurrencyeda
print(cryptocurrencyeda.__version__)
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
/tmp/ipykernel_145/1655582297.py in <module>
----> 1 import cryptocurrencyeda
2
3 print(cryptocurrencyeda.__version__)
ModuleNotFoundError: No module named 'cryptocurrencyeda'