astrbbbb / astrbot /api /star /__init__.py
qa1145's picture
Upload 1245 files
8ede856 verified
from astrbot.core.star import Context, Star, StarTools
from astrbot.core.star.config import *
from astrbot.core.star.register import (
register_star as register, # 注册插件(Star)
)
__all__ = ["Context", "Star", "StarTools", "register"]