Source code for ambra_sdk.service.entrypoints.customcode

from ambra_sdk.service.entrypoints.generated.customcode import \
    AsyncCustomcode as GAsyncCustomcode
from ambra_sdk.service.entrypoints.generated.customcode import \
    Customcode as GCustomcode


[docs]class Customcode(GCustomcode): """Customcode."""
[docs]class AsyncCustomcode(GAsyncCustomcode): """AsyncCustomcode."""