RunwaySequencing.py 186 B

12345678
  1. #!/usr/bin/env python
  2. from aman.types.Runway import Runway
  3. class RunwaySequencing:
  4. def __init__(self, runway : Runway):
  5. self.Runway = runway
  6. self.Spacing = 3