from office365.runtime.client_value import ClientValue


class CallRoute(ClientValue):
    """Represents the call route type."""

    pass
