Spaces:
Sleeping
Sleeping
Add API
Browse files
app.py
CHANGED
|
@@ -5,6 +5,7 @@ import io
|
|
| 5 |
import re
|
| 6 |
from fastapi import FastAPI, HTTPException
|
| 7 |
from urllib.parse import unquote
|
|
|
|
| 8 |
|
| 9 |
# All helper functions from the previous version remain the same.
|
| 10 |
|
|
|
|
| 5 |
import re
|
| 6 |
from fastapi import FastAPI, HTTPException
|
| 7 |
from urllib.parse import unquote
|
| 8 |
+
import kml2geojson
|
| 9 |
|
| 10 |
# All helper functions from the previous version remain the same.
|
| 11 |
|