from lib.common import rest_client


class BaseClient(rest_client.RestClient):
    """Base KaaS clients class."""

    api_version = "v1"
