mirror of
https://github.com/andrewthetechie/py-healthchecks.io.git
synced 2026-05-01 19:25:55 +02:00
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