Beta of new functions

This commit is contained in:
BarsTiger
2021-08-18 22:14:36 +03:00
parent c84ff52f39
commit 3f0e9b039b

View File

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