Add type hints

This commit is contained in:
2026-03-25 19:51:10 +01:00
committed by hasslesstech
parent 254e6c8cd2
commit 6e84ae35c2

View File

@@ -38,8 +38,8 @@ class MapViewApp(App):
self.car_markers = dict()
# додати необхідні змінні
self.bump_markers = []
self.pothole_markers = []
self.bump_markers: list[MapMarker] = []
self.pothole_markers: list[MapMarker] = []
def on_start(self):
"""