Introduce Project ID for context management, finalizing the stateful API pipeline from file submission to graph construction.
This commit is contained in:
10
backend/app/api/__init__.py
Normal file
10
backend/app/api/__init__.py
Normal file
@@ -0,0 +1,10 @@
|
||||
"""
|
||||
API路由模块
|
||||
"""
|
||||
|
||||
from flask import Blueprint
|
||||
|
||||
graph_bp = Blueprint('graph', __name__)
|
||||
|
||||
from . import graph # noqa: E402, F401
|
||||
|
||||
Reference in New Issue
Block a user