from typing import Optional from game.radio.radios import RadioFrequency class RadioFrequencyContainer: frequency: Optional[RadioFrequency] = None