Update
This commit is contained in:
12
2025/scripts/animation_tools/springmagic/__init__.py
Normal file
12
2025/scripts/animation_tools/springmagic/__init__.py
Normal 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__
|
||||
Reference in New Issue
Block a user