dev文件夹合并至utils

This commit is contained in:
wojiaoyishang
2023-02-11 13:34:46 +08:00
parent 0ad00448d8
commit 67b1462453
15 changed files with 107 additions and 108 deletions
-2
View File
@@ -1,5 +1,3 @@
from applications.dev import *
from flask import render_template, Blueprint
# 创建蓝图
+1 -1
View File
@@ -4,7 +4,7 @@
import os
import logging
from flask import Flask, request
from applications.dev import console
from applications.common.utils import console
# 获取插件所在的目录(结尾没有分割符号)
dir_path = os.path.dirname(__file__).replace("\\", "/")
-2
View File
@@ -2,9 +2,7 @@
初始化插件
"""
import os
import logging
from flask import Flask, render_template_string
from applications.dev import console
# 获取插件所在的目录(结尾没有分割符号)
dir_path = os.path.dirname(__file__).replace("\\", "/")