Skip to content

Commit 47af382

Browse files
committed
Make features accessible from root
1 parent b3b4085 commit 47af382

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

folium/__init__.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,9 @@
33

44
__version__ = '0.2.0.dev'
55

6-
from folium.folium import Map, initialize_notebook
6+
from folium.folium import Map, initialize_notebook, CircleMarker,
7+
FeatureGroup,FitBounds,Icon,LayerControl,Map,Marker,Popup,TileLayer,
8+
ClickForMarker, ColorScale, CustomIcon(Icon), DivIcon, GeoJson, GeoJsonStyle,
9+
ImageOverlay, LatLngPopup, MarkerCluster, MultiPolyLine, PolyLine,
10+
RegularPolygonMarker, TopoJson, Vega, WmsTileLayer,
11+

0 commit comments

Comments
 (0)