Beispiel #1
0
    def start(self):
        print("Application started")

        lv = LoginView()
        lv.main()

        bv = BarView()
        bv.username = lv.username
        bv.main()
Beispiel #2
0
 def start(self):
     l = LoginView()
     l.main()