mirror of
https://github.com/qdrant/qdrant-client.git
synced 2026-08-03 00:20:58 -05:00
5 lines
114 B
Python
5 lines
114 B
Python
__version__ = '0.1.0'
|
|
|
|
from .qdrant_client import QdrantClient
|
|
from .qdrant_client_async import QdrantClientAsync
|