aboutsummaryrefslogtreecommitdiff
path: root/codegen/gendatacomponents.py
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2026-05-06 20:43:41 -0400
committermat <git@matdoes.dev>2026-05-07 08:05:58 -1200
commita6fbdea961c2f8a788b362cbde1eab356d298e84 (patch)
treeb0c091fe40eb0825822f8278fb93b11f2282cd97 /codegen/gendatacomponents.py
parenteeb729eb4681a98e892c744c20888cc466cdd79a (diff)
downloadazalea-drasl-a6fbdea961c2f8a788b362cbde1eab356d298e84.tar.xz
rename genitemcomponents.py to gendatacomponents.py
Diffstat (limited to 'codegen/gendatacomponents.py')
-rw-r--r--codegen/gendatacomponents.py6
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)