This is all so pointless lol, but it's funny

yeah
This commit is contained in:
foreverpyrite
2025-10-05 21:23:50 +00:00
commit d0c717fafe
5 changed files with 503 additions and 0 deletions

7
pyproject.toml Normal file
View File

@@ -0,0 +1,7 @@
[project]
name = "tic-tac-toe"
version = "0.1.0"
description = "All of this is unnecassary, it's supposed to be a simple tic-tac-toe implementation lol"
readme = "README.md"
requires-python = ">=3.13"
dependencies = []