from dataclasses import dataclass from Options import PerGameCommonOptions @dataclass class Lingo2Options(PerGameCommonOptions): pass