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