Files
sglang/sgl-router/py_src/sglang_router/__init__.py

8 lines
288 B
Python
Raw Normal View History

2024-11-11 12:19:32 -08:00
# a lightweihgt wrapper on router with argument type and comments
2024-11-11 15:20:14 -08:00
# no wrapper on policy type => direct export
from sglang_router.router import Router
from sglang_router.version import __version__
from sglang_router_rs import PolicyType
__all__ = ["Router", "PolicyType", "__version__"]