mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-03-15 16:40:46 +08:00
6 lines
81 B
Python
6 lines
81 B
Python
"""OpenIsle MCP server package."""
|
|
|
|
from .server import main
|
|
|
|
__all__ = ["main"]
|