add files project

This commit is contained in:
Kirill Strelnikov
2025-07-10 18:16:29 +07:00
parent 68f273699a
commit 14088503ea
17 changed files with 1141 additions and 0 deletions

8
app/telegram/logs.py Normal file
View File

@@ -0,0 +1,8 @@
import logging
logging.basicConfig(
level=logging.INFO,
format='%(asctime)s - %(name)s - %(levelname)s - %(message)s'
)
logger = logging.getLogger(__name__)