add the assignment to the runway sequencing
This commit is contained in:
@@ -11,4 +11,7 @@ class RunwayAssignmentType(Enum):
|
||||
class RunwaySequencing:
|
||||
def __init__(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