Source code for ambra_sdk.service.entrypoints.customfield

from ambra_sdk.service.entrypoints.generated.customfield import \
    AsyncCustomfield as GAsyncCustomfield
from ambra_sdk.service.entrypoints.generated.customfield import \
    Customfield as GCustomfield


[docs]class Customfield(GCustomfield): """Customfield."""
[docs]class AsyncCustomfield(GAsyncCustomfield): """AsyncCustomfield."""