Skip to content

Commit

Permalink
Update N_P_P.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerlight071 authored Feb 11, 2024
1 parent f22a91e commit 4bc86b5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions N_P_P.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ def handle_option(option, functions):
print(Fore.RED + "\nInvalid option. Please try again." + Style.RESET_ALL)
time.sleep(2)

from tabulate import tabulate

def main_menu():
options = [Fore.GREEN + "Login" + Style.RESET_ALL, Fore.YELLOW + "Exit" + Style.RESET_ALL]
functions = [login, exit]
Expand Down

0 comments on commit 4bc86b5

Please sign in to comment.