Source code for ambra_sdk.service.entrypoints.route

from ambra_sdk.service.entrypoints.generated.route import \
    AsyncRoute as GAsyncRoute
from ambra_sdk.service.entrypoints.generated.route import Route as GRoute


[docs]class Route(GRoute): """Route."""
[docs]class AsyncRoute(GAsyncRoute): """AsyncRoute."""