Skip to content

Commit

Permalink
Update MainMenu.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mishakorzik authored Sep 7, 2024
1 parent 317fc6f commit 317d787
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions MainMenu.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,6 @@
os.system("bash Logo.sh")
os.system("bash src/MenuOps.sh")

Green="\033[1;33m"
Blue="\033[1;34m" Grey="\033[1;30m"
Reset="\033[0m"
Red="\033[1;31m"
Purple="\033[0;35m"

g="\033[1;32m"
r="\033[1;31m" w="\033[0m"
b="\033[1;34m"
o="\033[1;33m"
bl="\033[1;36;40m"

op = str(input("Options: ")) if op == "1":
os.system("bash src/Inf.sh")
time.sleep(0.3)
Expand Down

0 comments on commit 317d787

Please sign in to comment.