store the airport's ICAO code

Este commit está contenido en:
Sven Czarnian
2021-11-14 10:01:13 +01:00
padre f74ae4900c
commit 52d0373ebb

Ver fichero

@@ -4,6 +4,7 @@ from aman.config.RunwaySequencing import RunwaySequencing
class AirportSequencing:
def __init__(self, icao : str):
self.Airport = icao
self.ActiveArrivalRunways = []
self.RunwayDependencies = []