We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 877d20c commit 17e48aeCopy full SHA for 17e48ae
1 file changed
src/apify/storage_clients/__init__.py
@@ -1,4 +1,4 @@
1
-from crawlee.storage_clients import MemoryStorageClient
+from crawlee.storage_clients import MemoryStorageClient, StorageClient
2
3
from ._apify import ApifyStorageClient
4
from ._file_system import ApifyFileSystemStorageClient as FileSystemStorageClient
@@ -9,4 +9,5 @@
9
'FileSystemStorageClient',
10
'MemoryStorageClient',
11
'SmartApifyStorageClient',
12
+ 'StorageClient',
13
]
0 commit comments