Files
plain-ub-overfork/app/core/__init__.py
thedragonsinn d9093fef35 New:
Kang.py
  send_ message/document in convo, multiple responses support, switch to asyncio.Future and use object instead of dict, cleaned up filters code for convo.
  init_task support in plugin loader.
2023-12-08 13:39:35 +05:30

5 lines
123 B
Python

from app.core.client import filters
from app.core.logger import LOGGER
from app.core.types.message import Message # NOQA