from importlib.metadata import version as get_version

PACKAGE = __name__
VERSION = get_version(__name__)