暫無描述
from game import PoliticalSimulationGame if __name__ == "__main__": game = PoliticalSimulationGame() game.play()