Files
mai-bot/plugin-templates/MaiBot-Napcat-Adapter/runtime/__init__.py

8 lines
239 B
Python

"""NapCat 运行时组件导出。"""
from .builder import NapCatRuntimeBuilder
from .bundle import NapCatRuntimeBundle
from .router import NapCatEventRouter
__all__ = ["NapCatEventRouter", "NapCatRuntimeBuilder", "NapCatRuntimeBundle"]