summaryrefslogtreecommitdiff
path: root/ATRI/service/temp.py
diff options
context:
space:
mode:
Diffstat (limited to 'ATRI/service/temp.py')
-rw-r--r--ATRI/service/temp.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/ATRI/service/temp.py b/ATRI/service/temp.py
new file mode 100644
index 0000000..2b73fdc
--- /dev/null
+++ b/ATRI/service/temp.py
@@ -0,0 +1,6 @@
+import os
+from pathlib import Path
+
+
+TEMP_PATH = Path('.') / 'ATRI' / 'data' / 'temp' / 'img'
+os.makedirs(TEMP_PATH, exist_ok=True)