__init__.py 76 B

1234
  1. from .collection import milvus_collection
  2. __all__ = ["milvus_collection"]