KuroCore/kurocore/main/__init__.py

4 lines
141 B
Python
Raw Normal View History

2024-03-24 04:05:54 +03:00
from .plugins import Plugin, MethodWithPriority
from .message import Message, MessageContext, Attachment
from .event import Event, ChatEvent