mirror of
https://github.com/langgenius/dify.git
synced 2026-09-02 14:25:35 +08:00
6 lines
128 B
Python
6 lines
128 B
Python
"""KnowledgeFS-specific Service API authenticated by resource credentials."""
|
|
|
|
from . import resources
|
|
|
|
__all__ = ["resources"]
|