Move waypoints and commit boundaries to FastAPI.

This commit is contained in:
Dan Albert
2022-02-19 18:25:45 -08:00
parent b533633494
commit c16ca40894
25 changed files with 360 additions and 328 deletions

View File

@@ -1,7 +1,8 @@
from enum import Enum
from enum import IntEnum, unique
class FlightWaypointType(Enum):
@unique
class FlightWaypointType(IntEnum):
"""Enumeration of waypoint types.
The value of the enum has no meaning but should remain stable to prevent breaking