extend the configuration

This commit is contained in:
Sven Czarnian
2021-10-12 22:28:35 +02:00
parent 2ef1e13bd6
commit 276e50daa3
3 changed files with 138 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#!/usr/bin/env python
from aman.types.Runway import Runway
class RunwaySequencing:
def __init__(self, runway : Runway):
self.Runway = runway
self.Spacing = 3