python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
NUL> .env
Добавить DB_HOST, DB_PORT, DB_NAME, DB_USER, DB_PASS, BOT_TOKEN, ADMIN_IDS, API_ID, API_HASH, API_KEY
alembic init migrations
alembic revision --autogenerate -m "Create database"
alembic upgrade head
python -m src.bot.dispatcher