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