Files
tbcmap/structure.txt

10 lines
506 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
project/
├── backend/
│ ├── auth.py # Основной модуль авторизации
│ ├── database.py # Работа с базой данных
│ ├── validators.py # Валидаторы
│ └── config.py # Конфигурация
├── main.py # Основное окно приложения (шаблон)
└── users.db # База данных (создается автоматически)