forked from Wavyzz/py-healthchecks.io
sync client working
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user