From f622e32fcdf20477c68ab783ee5ecc7d376a17dd Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Tue, 27 Jul 2021 17:50:25 +0200 Subject: [PATCH] added base class of OpenPypeAddOn --- openpype/modules/base.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/openpype/modules/base.py b/openpype/modules/base.py index 91fdd49724..87d6c4cbbc 100644 --- a/openpype/modules/base.py +++ b/openpype/modules/base.py @@ -86,6 +86,10 @@ class IPluginPaths: pass +class OpenPypeAddOn(PypeModule): + pass + + @six.add_metaclass(ABCMeta) class ILaunchHookPaths: """Module has launch hook paths to return.