Skip to content

Commit

Permalink
Add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Kuethe committed Sep 2, 2024
1 parent a00fc27 commit ae010bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions maplibre/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
from .layer import Layer, LayerType
from .map import Map, MapOptions
from .mapcontext import MapContext

# TODO: Only import once, preferred: MapLibreRenderer
from .renderer import MapLibreRenderer
from .renderer import MapLibreRenderer as render_maplibregl
from .ui import output_maplibregl

0 comments on commit ae010bb

Please sign in to comment.