mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Move waypoints and commit boundaries to FastAPI.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user