forked from Wavyzz/py-healthchecks.io
sync client working
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
"""Py Healthchecks.Io."""
|
||||
VERSION = "0.1" # noqa: E402
|
||||
|
||||
VERSION = "0.1"
|
||||
from .client import AsyncClient # noqa: F401, E402
|
||||
from .client import Client # noqa: F401, E402
|
||||
from .client.exceptions import BadAPIRequestError # noqa: F401, E402
|
||||
from .client.exceptions import CheckNotFoundError # noqa: F401, E402
|
||||
from .client.exceptions import HCAPIAuthError # noqa: F401, E402
|
||||
from .client.exceptions import HCAPIError # noqa: F401, E402
|
||||
|
||||
Reference in New Issue
Block a user