add the assignment to the runway sequencing
This commit is contained in:
@@ -12,3 +12,6 @@ class RunwaySequencing:
|
|||||||
def __init__(self, runway : Runway):
|
def __init__(self, runway : Runway):
|
||||||
self.Runway = runway
|
self.Runway = runway
|
||||||
self.Spacing = 3
|
self.Spacing = 3
|
||||||
|
self.ShallAssignments = {}
|
||||||
|
self.ShouldAssignments = {}
|
||||||
|
self.MayAssignments = {}
|
||||||
Reference in New Issue
Block a user