mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
added base class of OpenPypeAddOn
This commit is contained in:
parent
b6c25f987c
commit
f622e32fcd
1 changed files with 4 additions and 0 deletions
|
|
@ -86,6 +86,10 @@ class IPluginPaths:
|
|||
pass
|
||||
|
||||
|
||||
class OpenPypeAddOn(PypeModule):
|
||||
pass
|
||||
|
||||
|
||||
@six.add_metaclass(ABCMeta)
|
||||
class ILaunchHookPaths:
|
||||
"""Module has launch hook paths to return.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue