feat: 添加了Docstring
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
'''
|
||||
网页路由
|
||||
'''
|
||||
from flask import Blueprint, jsonify
|
||||
|
||||
page_bp = Blueprint("page", __name__, "/")
|
||||
|
||||
Reference in New Issue
Block a user