1 2 3 4 5 6
from .constants import VERSION from .exceptions import KresBaseException __version__ = VERSION __all__ = ["KresBaseException"]