Files
urbanLifeline/difyPlugin/app/services/__init__.py

4 lines
83 B
Python
Raw Normal View History

2025-12-30 13:38:32 +08:00
from app.services.plugin_service import PluginService
__all__ = ["PluginService"]