Files
AstrBot/astrbot/api/star/__init__.py
T
2025-11-01 13:26:19 +08:00

8 lines
250 B
Python
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
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"]