5 lines
73 B
Plaintext
5 lines
73 B
Plaintext
import folium
|
|
|
|
m = folium.Map(location=[], zoom_start=12)
|
|
|
|
m.save('/map') |