UjjwalKGupta commited on
Commit
3d0838a
·
verified ·
1 Parent(s): 8b60930
Files changed (1) hide show
  1. app.py +1 -0
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