Files
dcs_liberation/qt_ui/widgets/map/model/leaflet.py
2021-12-21 13:01:24 -08:00

5 lines
98 B
Python

from __future__ import annotations
LeafletLatLon = list[float]
LeafletPoly = list[LeafletLatLon]