3 changed files with 24 additions and 7 deletions
@ -0,0 +1,11 @@ |
|||||||
|
""" simple startup file for the gui """ |
||||||
|
|
||||||
|
import multiprocessing |
||||||
|
|
||||||
|
|
||||||
|
if __name__ == "__main__": |
||||||
|
multiprocessing.freeze_support() |
||||||
|
|
||||||
|
from mtor.gui import run_gui |
||||||
|
run_gui() |
||||||
|
|
Loading…
Reference in new issue