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