From a6fbdea961c2f8a788b362cbde1eab356d298e84 Mon Sep 17 00:00:00 2001 From: mat Date: Wed, 6 May 2026 20:43:41 -0400 Subject: rename genitemcomponents.py to gendatacomponents.py --- codegen/gendatacomponents.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 codegen/gendatacomponents.py (limited to 'codegen/gendatacomponents.py') 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) -- cgit v1.2.3