import tempfile
Browse files
app.py
CHANGED
@@ -20,6 +20,10 @@ import multiprocessing
|
|
20 |
|
21 |
import shutil # for doing image movement magic
|
22 |
|
|
|
|
|
|
|
|
|
23 |
#todo
|
24 |
# add safetychecks to all parts, test thoroughly
|
25 |
# add discord channels, configure for fellows
|
|
|
20 |
|
21 |
import shutil # for doing image movement magic
|
22 |
|
23 |
+
import tempfile
|
24 |
+
import glob
|
25 |
+
|
26 |
+
|
27 |
#todo
|
28 |
# add safetychecks to all parts, test thoroughly
|
29 |
# add discord channels, configure for fellows
|