6 lines
146 B
Python
6 lines
146 B
Python
|
|
"""Initialize the app.infrastructure.embedding package."""
|
||
|
|
# Keep package boundaries explicit so backend imports stay predictable.
|
||
|
|
|
||
|
|
|
||
|
|
__all__ = []
|