Source code for ambra_sdk.service.entrypoints.audit
from ambra_sdk.service.entrypoints.generated.audit import \
    AsyncAudit as GAsyncAudit
from ambra_sdk.service.entrypoints.generated.audit import Audit as GAudit
[docs]class Audit(GAudit):
    """Audit.""" 
[docs]class AsyncAudit(GAsyncAudit):
    """AsyncAudit."""