Skip to content

Commit

Permalink
Update client_database.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerlight071 committed Feb 7, 2024
1 parent 022789a commit ae51ce8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions client_database.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import time
from sudo_user import sudo_user
from colorama import Fore, Style
from common_functions import clear_screen
from customer_adoption_form_dog import adopt_dog_form
Expand Down Expand Up @@ -56,6 +57,11 @@ def modify_clint_database():
modify_clint_database()

def client_database():

clear_screen()

sudo_user()

print(Fore.CYAN + "\n🧑 Client Database 🧑" + Style.RESET_ALL)
print("\n1. " + Fore.GREEN + "🔍 Search" + Style.RESET_ALL)
print("2. " + Fore.GREEN + "📝 Modify Database" + Style.RESET_ALL)
Expand Down

0 comments on commit ae51ce8

Please sign in to comment.