Skip to content
Snippets Groups Projects
Commit de324540 authored by Jakub Ziebinski's avatar Jakub Ziebinski
Browse files

Extract AsyncHandleT to the public remote.py module

parent 58e0bf71
No related branches found
No related tags found
1 merge request!78Further improvements by removing the helpy
Pipeline #118230 passed
from __future__ import annotations
from beekeepy._remote_handle.abc.api import AbstractAsyncApi, AbstractSyncApi
from beekeepy._remote_handle.abc.api import AbstractAsyncApi, AbstractSyncApi, AsyncHandleT
from beekeepy._remote_handle.abc.api_collection import AbstractAsyncApiCollection, AbstractSyncApiCollection
from beekeepy._remote_handle.abc.handle import AbstractAsyncHandle, AbstractSyncHandle
from beekeepy._remote_handle.batch_handle import AsyncBatchHandle, SyncBatchHandle
......@@ -16,6 +16,7 @@ __all__ = [
"AbstractSyncHandle",
"AsyncBatchHandle",
"AsyncBeekeeper",
"AsyncHandleT",
"Beekeeper",
"RemoteSettings",
"SyncBatchHandle",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment