platform-codebase/features/truth-validation/ml-service/python/lilith_ml_service_base.py
2026-01-18 15:48:39 -08:00

8 lines
359 B
Python
Executable file

"""Compatibility module for lilith_ml_service_base -> lilith_fastapi_service_base.
This module provides backward compatibility during the package rename transition.
All imports are aliased to the new lilith_fastapi_service_base package.
"""
# Re-export everything from the new package name
from lilith_service_fastapi_bootstrap import * # noqa: F401, F403