Skip to content

Commit

Permalink
Rebase (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerlight071 authored Feb 7, 2024
2 parents e6da260 + ae51ce8 commit 9bbec3f
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 9bbec3f

Please sign in to comment.