1 2 3 4 5 6 7 8
from dataclasses import dataclass from Options import PerGameCommonOptions @dataclass class Lingo2Options(PerGameCommonOptions): pass