qcs-api-client-common 0.17.3

Common code for QCS API clients
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# This file is automatically generated by pyo3_stub_gen
# ruff: noqa: E501, F401

import builtins
from . import configuration

class QcsApiClientError(builtins.Exception):
    r"""
    Base exception type for errors raised by this package.
    """
    ...