"""Re-export server_args utilities from SGLang."""

from sglang.srt.server_args import get_global_server_args

__all__ = ["get_global_server_args"]
