diff --git a/GTAwhatToBuy/GTAwhatToBuy.py b/GTAwhatToBuy/GTAwhatToBuy.py index 808c7a3..6eab808 100644 --- a/GTAwhatToBuy/GTAwhatToBuy.py +++ b/GTAwhatToBuy/GTAwhatToBuy.py @@ -14,6 +14,7 @@ def header(): ---------------------------------------------------------------------| ''') + class menu: def section(self): print("Select section") @@ -114,6 +115,8 @@ shops = sorted(shops) # print(byshop) # print(byprice) +header() + while True: print("What you want to do?") print("1 - Print all database")