Basic repo setup

This commit is contained in:
1jamesthompson1
2026-07-08 10:33:23 +12:00
parent 486e21a7d4
commit 57d3c482d1
9 changed files with 264 additions and 112 deletions

9
pyproject.toml Normal file
View File

@@ -0,0 +1,9 @@
[project]
name = "aiml589"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"pre-commit>=4.6.0",
]