diff --git a/GTAwhatToBuy/GTAwhatToBuy.py b/GTAwhatToBuy/GTAwhatToBuy.py index 6eab808..a1457bc 100644 --- a/GTAwhatToBuy/GTAwhatToBuy.py +++ b/GTAwhatToBuy/GTAwhatToBuy.py @@ -14,9 +14,13 @@ def header(): ---------------------------------------------------------------------| ''') +def cls(): + print("\n" * 35) class menu: def section(self): + cls() + header() print("Select section") print("1 - Data output") print("2 - Database loading and options")