extend the configuration
This commit is contained in:
8
aman/config/RunwaySequencing.py
Normal file
8
aman/config/RunwaySequencing.py
Normal 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
|
||||
Reference in New Issue
Block a user