mirror of
https://github.com/langgenius/dify.git
synced 2026-08-24 12:32:54 -04:00
6 lines
106 B
Python
6 lines
106 B
Python
"""Typed Dify-owned KnowledgeFS Console product API."""
|
|
|
|
from . import resources
|
|
|
|
__all__ = ["resources"]
|