feat: code generation

This commit is contained in:
2026-05-08 00:18:28 +02:00
parent a028b467cf
commit e4b65d544f
6 changed files with 144 additions and 2 deletions

7
codegen/pyproject.toml Normal file
View File

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