Ejemplo n.º 1
0
def main() -> None:
    app = QApplication([])
    window = App()
    window.show()
    app.exec_()