mirror of
https://github.com/herizon1054/openpilot.git
synced 2026-06-08 12:14:14 +08:00
7 lines
164 B
Python
7 lines
164 B
Python
"""Tile providers."""
|
|
|
|
# Import providers to register them with the factory
|
|
from .openfreemap import OpenFreeMapTileProvider
|
|
|
|
__all__ = ['OpenFreeMapTileProvider']
|