Source code for ambra_sdk.service.entrypoints.account

from ambra_sdk.service.entrypoints.generated.account import Account as GAccount
from ambra_sdk.service.entrypoints.generated.account import \
    AsyncAccount as GAsyncAccount


[docs]class Account(GAccount): """Account."""
[docs]class AsyncAccount(GAsyncAccount): """AsyncAccount."""