feat:搭建项目结构
This commit is contained in:
4
web/api.py
Normal file
4
web/api.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from flask import Blueprint
|
||||
|
||||
api_bp = Blueprint('api', __name__)
|
||||
|
3
web/page.py
Normal file
3
web/page.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from flask import Blueprint
|
||||
|
||||
page_bp = Blueprint('page', __name__)
|
Reference in New Issue
Block a user