Files
Nexus/2023/scripts/animation_tools/springmagic/__init__.py
2025-12-06 18:23:17 +08:00

13 lines
180 B
Python

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