ayon-core/openpype/hosts/harmony/api/plugin.py
2021-04-01 18:54:46 +02:00

6 lines
130 B
Python

from avalon import harmony
from openpype.api import PypeCreatorMixin
class Creator(PypeCreatorMixin, harmony.Creator):
pass