Merge remote-tracking branch 'khopa/develop' into helipads

This commit is contained in:
Khopa
2021-06-10 13:01:24 +02:00
96 changed files with 2054 additions and 281 deletions

View File

@@ -69,6 +69,7 @@ class FlightType(Enum):
AEWC = "AEW&C"
TRANSPORT = "Transport"
SEAD_ESCORT = "SEAD Escort"
REFUELING = "Refueling"
def __str__(self) -> str:
return self.value