Files
NeoBot/core/__init__.py
2026-01-02 15:55:20 +08:00

6 lines
143 B
Python

from .command_manager import matcher
from .config_loader import global_config
from .WS import WS
__all__ = ["WS", "matcher", "global_config"]