Files
MetaBox/Scripts/Animation/springmagic/__init__.py
2025-04-17 04:52:48 +08:00

12 lines
181 B
Python

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