aminaj commited on
Commit
0dd45a6
·
verified ·
1 Parent(s): b9a0816

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -0
main.py CHANGED
@@ -27,6 +27,7 @@ import os
27
  import utils
28
  import shutil
29
  import nest_asyncio
 
30
 
31
  ## APPLICATION LIFESPAN
32
  # Load the environment variables using FastAPI lifespan event so that they are available throughout the application
 
27
  import utils
28
  import shutil
29
  import nest_asyncio
30
+ from pyngrok import ngrok
31
 
32
  ## APPLICATION LIFESPAN
33
  # Load the environment variables using FastAPI lifespan event so that they are available throughout the application