Files
dify/api/controllers/console/knowledge_fs/__init__.py

6 lines
106 B
Python

"""Typed Dify-owned KnowledgeFS Console product API."""
from . import resources
__all__ = ["resources"]