From 56e58979f6b7e782567226862c129966fb779473 Mon Sep 17 00:00:00 2001 From: BarsTiger Date: Wed, 18 Aug 2021 22:16:46 +0300 Subject: [PATCH] Beta of new functions --- GTAwhatToBuy/GTAwhatToBuy.py | 4 ++++ 1 file changed, 4 insertions(+) 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")