6 lines
179 B
Python
6 lines
179 B
Python
# a lightweihgt wrapper on router with argument type and comments
|
|
# no wrapper on policy type => direct export
|
|
from sglang_router_rs import PolicyType
|
|
|
|
from .router import Router
|