dify/api/controllers/service_api/app/__init__.py

4 lines
99 B
Python
Raw Permalink Normal View History

from flask_restx import Namespace
api = Namespace('app', path='/', description='App Service API')