Files
NeoBot/core/__init__.py
2025-12-31 22:01:35 +08:00

5 lines
142 B
Python

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