__init__.py 290 Bytes
Newer Older
1
2
3
# a lightweihgt wrapper on router with argument type and comments
from sglang_router_rs import PolicyType

4
# no wrapper on policy type => direct export
5
from .router import Router
6
7
8
9
10
11

__all__ = ["Router", "PolicyType"]

from sglang_router.version import __version__

__all__ += ["__version__"]