Change stats to return class totals as nested dict

This commit is contained in:
april
2024-01-11 17:05:35 -06:00
parent e7aead4063
commit e0c342be01
2 changed files with 21 additions and 8 deletions

View File

@@ -48,6 +48,9 @@ class AircraftCategory(Enum):
weight_shift = "Weight-Shift Control"
aircraft_category_dict = {cls.name: cls.value for cls in AircraftCategory}
class AircraftClass(Enum):
# Airplane
sel = "Single-Engine Land"