fixes and modelgen insert

This commit is contained in:
2026-02-04 09:53:48 -03:00
parent b88f75fce0
commit 30b2e1cf44
52 changed files with 5317 additions and 178 deletions

View File

@@ -0,0 +1,7 @@
"""
Writer - File writing utilities for modelgen.
"""
from .file import write_file, write_multiple
__all__ = ["write_file", "write_multiple"]