Skip to content

Commit c9e4941

Browse files
authored
Update main.py
1 parent 6bf3ba0 commit c9e4941

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

GUI Login/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
from PyQt5.QtCore import Qt
99
import sys
1010

11+
1112
class Login(QMainWindow):
1213
def __init__(self):
1314
super(Login, self).__init__()

0 commit comments

Comments
 (0)