Add generated dot files

This commit is contained in:
Jan-Niclas Loosen
2026-01-23 13:01:50 +01:00
parent add07249dc
commit f0877b5685
37 changed files with 1857 additions and 1 deletions

View File

@@ -156,7 +156,7 @@ if __name__ == "__main__":
if not filename:
filename = default
out_path = Path(__file__).parent / filename
out_path = Path(__file__).parent / 'cfgdots' / filename
with open(out_path, "w") as f:
f.write(dot_str)