Система конфигов разбита на модули

This commit is contained in:
Whyverum
2024-12-23 21:59:00 +07:00
parent 03cf587919
commit 114e8ceb0d
5 changed files with 195 additions and 145 deletions

View File

@@ -0,0 +1,5 @@
# BotLibrary/configs/config.py
# Базовые переменные для проекта
# Базовая кодировка файлов
default_encod = "utf-8"