Files
2025-11-28 18:51:58 +00:00

6 lines
81 B
Python

import sys
from .server import main
sys.exit(main()) # type: ignore[call-arg]