Files
openpilot-dp-tw/dragonpilot/dashy/maa/providers/tiles/__init__.py
2026-02-13 16:14:14 +08:00

7 lines
164 B
Python

"""Tile providers."""
# Import providers to register them with the factory
from .openfreemap import OpenFreeMapTileProvider
__all__ = ['OpenFreeMapTileProvider']