Source code for ambra_sdk.service.entrypoints.location
from ambra_sdk.service.entrypoints.generated.location import \
    AsyncLocation as GAsyncLocation
from ambra_sdk.service.entrypoints.generated.location import \
    Location as GLocation
[docs]class Location(GLocation):
    """Location.""" 
[docs]class AsyncLocation(GAsyncLocation):
    """AsyncLocation."""