Update main.py
Browse files
main.py
CHANGED
@@ -25,6 +25,7 @@ import docx2txt
|
|
25 |
import pptx
|
26 |
import os
|
27 |
import utils
|
|
|
28 |
|
29 |
## APPLICATION LIFESPAN
|
30 |
# Load the environment variables using FastAPI lifespan event so that they are available throughout the application
|
|
|
25 |
import pptx
|
26 |
import os
|
27 |
import utils
|
28 |
+
import shutil
|
29 |
|
30 |
## APPLICATION LIFESPAN
|
31 |
# Load the environment variables using FastAPI lifespan event so that they are available throughout the application
|