0b7fc29ac4
Co-authored-by: Dt8333 <25431943+Dt8333@users.noreply.github.com> Co-authored-by: Soulter <905617992@qq.com>
8 lines
250 B
Python
8 lines
250 B
Python
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"]
|