Update main.py
Browse files
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
|