Updated
This commit is contained in:
11
Scripts/Animation/springmagic/__init__.py
Normal file
11
Scripts/Animation/springmagic/__init__.py
Normal file
@ -0,0 +1,11 @@
|
||||
# from springmagic.main import main
|
||||
|
||||
__version__ = "3.5a"
|
||||
|
||||
def version():
|
||||
"""
|
||||
Return the current version of the Spring Magic
|
||||
|
||||
:rtype: str
|
||||
"""
|
||||
return __version__
|
Reference in New Issue
Block a user