aminaj commited on
Commit
683d121
·
verified ·
1 Parent(s): 2ee84df

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -0
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