from office365.runtime.client_value import ClientValue


class GeolocationColumn(ClientValue):
    """Indicates that the column on a columnDefinition resource holds a geolocation."""

    pass
