refactored repo

This commit is contained in:
2025-09-22 19:43:52 +02:00
parent 140ba5a3fd
commit 5fcc57942e
6 changed files with 342 additions and 179 deletions

3
main.py Normal file
View File

@@ -0,0 +1,3 @@
import tictactoe
newGame = tictactoe.Tictactoe()
newGame.main()