from .constants import VERSION
from .exceptions import KresBaseException

__version__ = VERSION

__all__ = ["KresBaseException"]
