🚨 re-export feishu init

according to pep484
This commit is contained in:
StarHeartHunt 2021-09-18 20:03:53 +08:00
parent 463ff260c4
commit 1e55fbf6b1

View File

@ -7,7 +7,7 @@ aiocache_logger.setLevel(logging.DEBUG)
aiocache_logger.handlers.clear()
aiocache_logger.addHandler(LoguruHandler())
from .bot import Bot
from .bot import Bot as Bot
from .event import *
from .event import Event
from .message import Message, MessageSegment
from .message import Message as Message
from .message import MessageSegment as MessageSegment