SCRUM-34: slobodeniuk parking signals

This commit is contained in:
Senya
2026-02-26 12:11:07 +02:00
parent 7ddfb68b02
commit f9ef916331
7 changed files with 74 additions and 7 deletions

View File

@@ -0,0 +1,9 @@
from dataclasses import dataclass
from agent.src.domain.gps import Gps
@dataclass
class Parking:
empty_count: int
gps: Gps