Ejemplo n.º 1
0
def main():
    app = QApplication(sys.argv)
    form = AuthForm()
    form.show()
    app.exec_()