mirror of
https://git.hiabuto.net/C3MA/CCMA.git
synced 2026-08-26 07:15:20 +02:00
6 lines
93 B
Python
6 lines
93 B
Python
from ccma.version import get_version
|
|
|
|
__version__ = get_version()
|
|
|
|
__all__ = ["__version__"]
|