Files
PrimoGuardBot/bot/core/__init__.py

6 lines
96 B
Python

"""
Модуль управления ботом
"""
from .bots import *
from .webhook import *