Adapt codegen for new parsing

This commit is contained in:
Thomas Krijnen
2026-06-25 13:36:13 +02:00
parent 741e8233ca
commit 84abf5e918
14 changed files with 3801 additions and 3793 deletions
+1 -1
View File
@@ -46,4 +46,4 @@ def test_file(filename):
if __name__ == "__main__":
pytest.main(["-sx", __file__])
pytest.main(["-sx", __file__, '--import-mode=importlib'])