add the assignment to the runway sequencing

This commit is contained in:
Sven Czarnian
2021-11-16 12:34:17 +01:00
parent 68dbb0b7da
commit 219ff481c3

View File

@@ -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 = {}