Files
CCMA/src/ccma/__init__.py
T

6 lines
93 B
Python

from ccma.version import get_version
__version__ = get_version()
__all__ = ["__version__"]