mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-15 17:30:13 +08:00
7 lines
182 B
Python
7 lines
182 B
Python
from astrbot.core.star.register import (
|
||
register_star as register # 注册插件(Star)
|
||
)
|
||
|
||
from astrbot.core.star import Context, Star
|
||
from astrbot.core.star.config import *
|