sync client working

This commit is contained in:
Andrew Herrington
2021-12-10 23:35:39 -06:00
parent 37bfd532be
commit ade2f2ebd6
6 changed files with 467 additions and 4 deletions

View File

@@ -1,2 +1,3 @@
"""healthchecks_io clients."""
from .asyncclient import AsyncClient # noqa: F401
from .async_client import AsyncClient # noqa: F401
from .sync_client import Client # noqa: F401