mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-16 01:40:15 +08:00
8 lines
246 B
Python
8 lines
246 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"]
|