store the airport's ICAO code
This commit is contained in:
@@ -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 = []
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user