diff options
| author | mat <git@matdoes.dev> | 2026-05-06 20:43:41 -0400 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2026-05-07 08:05:58 -1200 |
| commit | a6fbdea961c2f8a788b362cbde1eab356d298e84 (patch) | |
| tree | b0c091fe40eb0825822f8278fb93b11f2282cd97 /codegen/gendatacomponents.py | |
| parent | eeb729eb4681a98e892c744c20888cc466cdd79a (diff) | |
| download | azalea-drasl-a6fbdea961c2f8a788b362cbde1eab356d298e84.tar.xz | |
rename genitemcomponents.py to gendatacomponents.py
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) |
