6 lines
73 B
Python
6 lines
73 B
Python
from .embedding import db, embedding
|
|
|
|
__all__ = [
|
|
db,
|
|
embedding
|
|
] |