init
This commit is contained in:
13
image_generator/SvgExportController.py
Normal file
13
image_generator/SvgExportController.py
Normal file
@@ -0,0 +1,13 @@
|
||||
import gui
|
||||
|
||||
class SvgExportController:
|
||||
|
||||
def __init__(self):
|
||||
self.gui = gui.App()
|
||||
self.gui.mainloop()
|
||||
|
||||
|
||||
|
||||
|
||||
if "__main__" == __name__:
|
||||
SvgExportController()
|
||||
Reference in New Issue
Block a user