説明なし
from game import PoliticalSimulationGame if __name__ == "__main__": game = PoliticalSimulationGame() game.play()