Archived
1
0
Fork 0
This repository has been archived on 2024-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
akari-bot/core/builtins/__init__.py

13 lines
268 B
Python
Raw Normal View History

2023-02-05 14:33:33 +00:00
from core.types.message import FetchTarget
2023-02-04 14:42:21 +00:00
from .message import *
2023-02-05 14:33:33 +00:00
from .message.chain import *
from .message.internal import *
from .tasks import *
from .temp import *
from .utils import *
2023-02-04 14:42:21 +00:00
class Bot:
MessageSession = MessageSession
FetchTarget = FetchTarget