Files
life-echo/api/app/features/memoir/memoir_images/provider.py

9 lines
358 B
Python
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
"""
LiblibImageProvider 已迁至 app.adapters.image_gen.liblib_provider
此处仅 re-export以便 memoir 与 tasks 的既有引用不中断。
Feature 应通过 port ImageGenerator + get_image_generator() 使用图生能力。
"""
from app.adapters.image_gen.liblib_provider import LiblibImageProvider # noqa: F401
__all__ = ["LiblibImageProvider"]