mirror of
https://github.com/ada-dmitry/lab6.git
synced 2026-09-24 09:20:15 +00:00
16 lines
356 B
Python
16 lines
356 B
Python
# import sys
|
|
# sys.path.append('tables')
|
|
|
|
# from project_config import *
|
|
# from dbconnection import *
|
|
# # from tables.people_table import *
|
|
# # from tables.phones_table import *
|
|
# from tables.dish_table import *
|
|
# from tables.cath_table import *
|
|
|
|
# cath = CathTable().find_by_name('За')
|
|
st = '2'
|
|
print('!\t!')
|
|
for i in range(30):
|
|
print('_', end="")
|