mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 13:24:54 +01:00
6 lines
130 B
Python
6 lines
130 B
Python
from avalon import harmony
|
|
from openpype.api import PypeCreatorMixin
|
|
|
|
|
|
class Creator(PypeCreatorMixin, harmony.Creator):
|
|
pass
|