#!/usr/bin/python3 from ui.main_window import MainWindow class GUI: def __init__(self): self.window = MainWindow() self.window.show()