2024-11-11 12:19:32 -08:00
|
|
|
# a lightweihgt wrapper on router with argument type and comments
|
|
|
|
|
from sglang_router_rs import PolicyType
|
|
|
|
|
|
2024-11-11 15:20:14 -08:00
|
|
|
# no wrapper on policy type => direct export
|
2024-11-11 12:19:32 -08:00
|
|
|
from .router import Router
|