diff options
Diffstat (limited to 'codegen/gendatacomponents.py')
| -rw-r--r-- | codegen/gendatacomponents.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/codegen/gendatacomponents.py b/codegen/gendatacomponents.py new file mode 100644 index 00000000..9a4b4961 --- /dev/null +++ b/codegen/gendatacomponents.py @@ -0,0 +1,6 @@ +import lib.code.data_components +import lib.code.version + +if __name__ == "__main__": + version_id = lib.code.version.get_version_id() + lib.code.data_components.generate(version_id) |
