from uuid import uuid4
Browse files
app.py
CHANGED
|
@@ -23,6 +23,8 @@ import shutil # for doing image movement magic
|
|
| 23 |
import tempfile
|
| 24 |
import glob
|
| 25 |
|
|
|
|
|
|
|
| 26 |
|
| 27 |
#todo
|
| 28 |
# add safetychecks to all parts, test thoroughly
|
|
|
|
| 23 |
import tempfile
|
| 24 |
import glob
|
| 25 |
|
| 26 |
+
from uuid import uuid4
|
| 27 |
+
|
| 28 |
|
| 29 |
#todo
|
| 30 |
# add safetychecks to all parts, test thoroughly
|