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
@@ -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("\\", "/")