import gui class SvgExportController: def __init__(self): self.gui = gui.App() self.gui.mainloop() if "__main__" == __name__: SvgExportController()