Skip to content

Commit 4e7f162

Browse files
authored
Update app.py
1 parent 1aeb672 commit 4e7f162

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

Codes/app.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,11 @@
11
# app.py
2-
3-
4-
from green import print_green
5-
import getpass
6-
# import other module associated to this file.=======
72
# Author - Mmabiaa
83

94
import getpass
10-
5+
from green import print_green
116
from password_manager import *
127

138

14-
15-
169
def check_user_choice(choice):
1710

1811
if choice == '1':

0 commit comments

Comments
 (0)