Spaces:
Running
on
Zero
Running
on
Zero
File size: 155 Bytes
0f43f8a |
1 2 3 4 5 6 7 8 |
from tic_tac_toe.game_controller import GameController
def main():
game = GameController()
game.play_game()
if __name__ == "__main__":
main() |