diff --git a/0.5_test/__pycache__/add_func.cpython-311.pyc b/0.5_test/__pycache__/add_func.cpython-311.pyc new file mode 100644 index 0000000..9d04437 Binary files /dev/null and b/0.5_test/__pycache__/add_func.cpython-311.pyc differ diff --git a/0.5_test/__pycache__/dbconnection.cpython-311.pyc b/0.5_test/__pycache__/dbconnection.cpython-311.pyc new file mode 100644 index 0000000..f85e242 Binary files /dev/null and b/0.5_test/__pycache__/dbconnection.cpython-311.pyc differ diff --git a/0.5_test/__pycache__/dbtable.cpython-311.pyc b/0.5_test/__pycache__/dbtable.cpython-311.pyc new file mode 100644 index 0000000..3915925 Binary files /dev/null and b/0.5_test/__pycache__/dbtable.cpython-311.pyc differ diff --git a/0.5_test/__pycache__/project_config.cpython-311.pyc b/0.5_test/__pycache__/project_config.cpython-311.pyc new file mode 100644 index 0000000..8815881 Binary files /dev/null and b/0.5_test/__pycache__/project_config.cpython-311.pyc differ diff --git a/0.5_test/__pycache__/texts.cpython-311.pyc b/0.5_test/__pycache__/texts.cpython-311.pyc new file mode 100644 index 0000000..53fc081 Binary files /dev/null and b/0.5_test/__pycache__/texts.cpython-311.pyc differ diff --git a/0.5_test/main.py b/0.5_test/main.py index 7d0b05f..14b8092 100644 --- a/0.5_test/main.py +++ b/0.5_test/main.py @@ -9,6 +9,17 @@ from dbconnection import * from tables.dish_table import * from tables.cath_table import * +''' +TODO: +1) Реализовать ввод порядкового номера - Не выполнено +2) Удалить проверки на "русскоязычный ввод" - Не выполнено +3) Устранить SQLi с помощью санации атрибутов - Не выполнено + +FIXME: +1) Мяу - Не выполнено +''' + + class Main: config = ProjectConfig()