__init__.py 83 B

12345
  1. from .embedding import get_basic_embedding
  2. __all__ = [
  3. "get_basic_embedding"
  4. ]