mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-02-21 22:41:05 +08:00
7 lines
120 B
Python
7 lines
120 B
Python
"""OpenIsle MCP server package."""
|
|
|
|
from .config import Settings, get_settings
|
|
|
|
__all__ = ["Settings", "get_settings"]
|
|
|