summaryrefslogtreecommitdiff
path: root/config/workpath.py
diff options
context:
space:
mode:
authorzhaokun <[email protected]>2023-11-08 13:44:25 +0800
committerzhaokun <[email protected]>2023-11-08 13:44:25 +0800
commit4e683d5703daf29810097b9961b5ce02420202ea (patch)
tree4ad01d46a7417a14a8c8a9045e95d0387cf24388 /config/workpath.py
parent44ed57c3f0b5f83e2836aadeea34003f08867b08 (diff)
updatemain
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__))