Spaces:
Paused
Paused
Update main.py
Browse files
main.py
CHANGED
|
@@ -9,6 +9,7 @@ from datetime import datetime, timedelta
|
|
| 9 |
from fastapi_cache import FastAPICache
|
| 10 |
from fastapi_cache.backends.inmemory import InMemoryBackend
|
| 11 |
from fastapi_cache.decorator import cache
|
|
|
|
| 12 |
|
| 13 |
app = FastAPI()
|
| 14 |
|
|
|
|
| 9 |
from fastapi_cache import FastAPICache
|
| 10 |
from fastapi_cache.backends.inmemory import InMemoryBackend
|
| 11 |
from fastapi_cache.decorator import cache
|
| 12 |
+
import pdfkit
|
| 13 |
|
| 14 |
app = FastAPI()
|
| 15 |
|