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
|
2025-01-19 18:36:59 -08:00
|
|
|
from sglang_router.router import Router
|
2024-12-11 20:31:20 -05:00
|
|
|
from sglang_router.version import __version__
|
2025-01-19 18:36:59 -08:00
|
|
|
from sglang_router_rs import PolicyType
|
2024-12-11 20:31:20 -05:00
|
|
|
|
2025-01-19 18:36:59 -08:00
|
|
|
__all__ = ["Router", "PolicyType", "__version__"]
|