代码重构,删除无用文件
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from flask_prompt_master import create_app, db
|
||||
from src.flask_prompt_master import create_app, db
|
||||
import pymysql
|
||||
from flask_prompt_master.init_db import templates as init_templates
|
||||
from flask_prompt_master.templates.prompts import templates as prompt_templates
|
||||
from src.flask_prompt_master.promptsTemplates import templates as init_templates
|
||||
from src.flask_prompt_master.templates.prompts import templates as prompt_templates
|
||||
|
||||
def insert_all_templates():
|
||||
"""向 prompt_template 表插入所有模板数据"""
|
||||
|
||||
Reference in New Issue
Block a user