__init__.py 78 B

123
  1. from .embedding import get_basic_embedding
  2. __all__ = ["get_basic_embedding"]