6 lines
97 B
Python

from .aircraft import *
class HelicopterConflictGenerator(AircraftConflictGenerator):
pass