MetaBox/Scripts/Animation/springmagic/__init__.py
2025-01-14 03:07:45 +08:00

13 lines
182 B
Python

# from springmagic.main import main
__version__ = "3.5a"
def version():
"""
Return the current version of the Spring Magic
:rtype: str
"""
return __version__