Source code for ambra_sdk.service.entrypoints.appointment

from ambra_sdk.service.entrypoints.generated.appointment import \
    Appointment as GAppointment
from ambra_sdk.service.entrypoints.generated.appointment import \
    AsyncAppointment as GAsyncAppointment


[docs]class Appointment(GAppointment): """Appointment."""
[docs]class AsyncAppointment(GAsyncAppointment): """AsyncAppointment."""