Initial commit.

This commit is contained in:
2026-03-06 09:49:23 +01:00
commit cea3cdad37
10 changed files with 666 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
[project]
name = "connect-four"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"esptool>=5.2.0",
]