mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-04-02 09:22:36 +00:00
7 lines
201 B
Python
7 lines
201 B
Python
"""Configuration module for nanobot."""
|
|
|
|
from nanobot.config.loader import load_config, get_config_path
|
|
from nanobot.config.schema import Config
|
|
|
|
__all__ = ["Config", "load_config", "get_config_path"]
|