Inital Commit

This commit is contained in:
Raktbastr 2025-11-12 12:06:39 -06:00
commit c0d3bd7f60
5 changed files with 4473 additions and 0 deletions

7
pyproject.toml Normal file
View file

@ -0,0 +1,7 @@
[project]
name = "teamcode"
version = "0.1.0"
description = "Aerospace Jam example project"
readme = "README.md"
requires-python = ">=3.11"
dependencies = []