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