Add Codex-generated wrappergen

This commit is contained in:
Thomas Krijnen
2026-03-31 20:51:46 +02:00
parent 20ccf2b455
commit f616c4049c
14 changed files with 7615 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
from .config import CompilationConfig, IgnoreConfig, WrapperConfig
__all__ = [
"CompilationConfig",
"IgnoreConfig",
"WrapperConfig",
]