Инициализатор модуля

This commit is contained in:
2026-02-23 14:07:32 +07:00
parent a474814b7d
commit 4f5aaba0ce
21 changed files with 377 additions and 0 deletions

5
bot/core/__init__.py Normal file
View File

@@ -0,0 +1,5 @@
"""
Модуль управления ботом
"""
from .bots import *
from .webhook import *