1
0
Fork 0
mirror of https://github.com/gwm17/spspy.git synced 2024-09-20 22:47:27 -04:00
spspy/main.py

9 lines
214 B
Python
Raw Normal View History

import os
os.environ["QT_API"] = "pyside6"
from spspy.SPSPlotUI import run_spsplot_ui
from spspy.SpancUI import run_spanc_ui
from spspy.Launcher import run_launcher
#run_spsplot_ui()
#run_spanc_ui()
run_launcher()