mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
6 lines
126 B
Python
6 lines
126 B
Python
from avalon import harmony
|
|
from pype.api import PypeCreatorMixin
|
|
|
|
|
|
class Creator(PypeCreatorMixin, harmony.Creator):
|
|
pass
|