Beta of new functions
This commit is contained in:
@@ -14,9 +14,13 @@ def header():
|
|||||||
---------------------------------------------------------------------|
|
---------------------------------------------------------------------|
|
||||||
''')
|
''')
|
||||||
|
|
||||||
|
def cls():
|
||||||
|
print("\n" * 35)
|
||||||
|
|
||||||
class menu:
|
class menu:
|
||||||
def section(self):
|
def section(self):
|
||||||
|
cls()
|
||||||
|
header()
|
||||||
print("Select section")
|
print("Select section")
|
||||||
print("1 - Data output")
|
print("1 - Data output")
|
||||||
print("2 - Database loading and options")
|
print("2 - Database loading and options")
|
||||||
|
|||||||
Reference in New Issue
Block a user