def runStandalone(): app = QtWidgets.QApplication(sys.argv) panel = brontes_controller.Brontes() panel.show() app.exec_()