Skip to content

Commit 9cb3b1f

Browse files
authored
Merge pull request #719 from ocefpaf/fix_video_import
fix video import
2 parents 2a2dc9a + 9e26312 commit 9cb3b1f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

folium/plugins/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
from folium.plugins.terminator import Terminator
2525
from folium.plugins.timestamped_geo_json import TimestampedGeoJson
2626
from folium.plugins.timestamped_wmstilelayer import TimestampedWmsTileLayers
27+
from folium.plugins.video_overlay import VideoOverlay
2728

2829
__all__ = [
2930
'BoatMarker',
@@ -39,5 +40,6 @@
3940
'ScrollZoomToggler',
4041
'Terminator',
4142
'TimestampedGeoJson',
42-
'TimestampedWmsTileLayers'
43+
'TimestampedWmsTileLayers',
44+
'VideoOverlay',
4345
]

0 commit comments

Comments
 (0)