This commit is contained in:
2025-12-06 18:23:17 +08:00
parent 1f10abfb32
commit 9f30e905d7
259 changed files with 33763 additions and 348 deletions

View File

@@ -0,0 +1,12 @@
__version__ = "3.5a"
from springmagic.main import main
def version():
"""
Return the current version of the Spring Magic
:rtype: str
"""
return __version__