feat: initial commit

This commit is contained in:
Barrett Ruth 2025-08-30 12:50:04 -05:00
commit 5ba454f561
12 changed files with 630 additions and 0 deletions

9
pyproject.toml Normal file
View file

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