14 lines
256 B
Python
14 lines
256 B
Python
import Animation.springmagic as springmagic
|
|
import Animation.springmagic.ui as ui
|
|
|
|
def main(*args, **kwargs):
|
|
|
|
widget = ui.SpringMagicWidget()
|
|
widget.show()
|
|
|
|
|
|
# if __name__ == "__main__":
|
|
|
|
# with springmagic.app():
|
|
# springmagic.main()
|