Beta of new functions

This commit is contained in:
BarsTiger
2021-08-18 22:16:46 +03:00
parent 3f0e9b039b
commit 56e58979f6

View File

@@ -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")