erc20-demurrage-token/python/erc20_demurrage_token/__init__.py

5 lines
87 B
Python

from .token import (
DemurrageToken,
DemurrageTokenSettings,
)