Skip to content

Project Structure

Víctor Martínez edited this page Oct 24, 2024 · 5 revisions

my_bot_project/ │ ├── modules/ │ ├── module1/ │ │ ├── init.py │ │ ├── handlers.py │ │ └── models.py │ └── module2/ │ ├── init.py │ ├── handlers.py │ └── models.py │ ├── resources/ │ ├── lang/ │ ├── static/ │ └── templates/ │ ├── app.py ├── models.py ├── settings.py │ └── manage.py

Clone this wiki locally