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/genitemcomponents.py | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 codegen/genitemcomponents.py (limited to 'codegen/genitemcomponents.py') diff --git a/codegen/genitemcomponents.py b/codegen/genitemcomponents.py deleted file mode 100644 index 9a4b4961..00000000 --- a/codegen/genitemcomponents.py +++ /dev/null @@ -1,6 +0,0 @@ -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