6 lines
105 B
Python
6 lines
105 B
Python
"""Module entry: ``python -m metin_release_mcp``."""
|
|
|
|
from .server import main
|
|
|
|
raise SystemExit(main())
|