Move some game data functions to version_info.py

This commit is contained in:
2026-07-10 23:31:46 +08:00
parent a93641b26d
commit 4734cabe4c
4 changed files with 131 additions and 120 deletions
+6 -1
View File
@@ -1 +1,6 @@
__version__ = '0.1.0'
__version__ = '0.1.0'
__description__ = """
The core library of the *Launcher*
Some reference implementation are from bk_core.
"""