summaryrefslogtreecommitdiff
path: root/config/workpath.py
diff options
context:
space:
mode:
Diffstat (limited to 'config/workpath.py')
-rw-r--r--config/workpath.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/workpath.py b/config/workpath.py
new file mode 100644
index 00000000..48dd69a2
--- /dev/null
+++ b/config/workpath.py
@@ -0,0 +1,5 @@
+import os
+
+
+#获取工作目录
+workdir = os.path.dirname(os.path.dirname(__file__))