store the airport's ICAO code
This commit is contained in:
@@ -4,6 +4,7 @@ from aman.config.RunwaySequencing import RunwaySequencing
|
||||
|
||||
class AirportSequencing:
|
||||
def __init__(self, icao : str):
|
||||
self.Airport = icao
|
||||
self.ActiveArrivalRunways = []
|
||||
self.RunwayDependencies = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user