from lib.common import rest_client


class BaseClient(rest_client.RestClient):
    """Base API Gateway clients class."""
