added base class of OpenPypeAddOn

This commit is contained in:
iLLiCiTiT 2021-07-27 17:50:25 +02:00
parent b6c25f987c
commit f622e32fcd

View file

@ -86,6 +86,10 @@ class IPluginPaths:
pass
class OpenPypeAddOn(PypeModule):
pass
@six.add_metaclass(ABCMeta)
class ILaunchHookPaths:
"""Module has launch hook paths to return.