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