From 38fceb6bd9d91d12f6b3a76adc4db920876f428e Mon Sep 17 00:00:00 2001 From: Torrin Leonard <82110564+torrinworx@users.noreply.github.com> Date: Tue, 19 Apr 2022 21:07:59 -0400 Subject: [PATCH] Fixing import --- __init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index 8f2050e..f9dbe1c 100644 --- a/__init__.py +++ b/__init__.py @@ -55,7 +55,8 @@ if "bpy" in locals(): "Metadata": Metadata, "Rarity": Rarity, "Refactorer": Refactorer, - "Custom_Metadata_UIList": Custom_Metadata_UIList + "Custom_Metadata_UIList": Custom_Metadata_UIList, + "Logic_UIList": Logic_UIList, } for i in modules: