cic-internal-integration/apps/cic-eth/cic_eth/__init__.py

11 lines
194 B
Python
Raw Normal View History

2021-02-01 18:12:51 +01:00
"""Celery tasks API for CIC EVM and web3 JSON-RPC interactions
.. moduleauthor: Louis Holbrook <dev@holbrook.no>
"""
from .version import (
version,
version_string,
)