Initial Commit

This commit is contained in:
KuMiShi
2026-01-12 18:46:32 +01:00
commit 83cf163939
6 changed files with 118 additions and 0 deletions

7
pyproject.toml Normal file
View File

@@ -0,0 +1,7 @@
[project]
name = "optim-meta"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = []