mirror of
https://github.com/langgenius/dify.git
synced 2026-09-03 06:45:14 +08:00
6 lines
106 B
Python
6 lines
106 B
Python
"""Typed Dify-owned KnowledgeFS Console product API."""
|
|
|
|
from . import resources
|
|
|
|
__all__ = ["resources"]
|