mirror of
https://github.com/ada-dmitry/lab6.git
synced 2026-09-24 01:10:15 +00:00
12 lines
290 B
Python
12 lines
290 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('За')
|