mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-27 14:22:37 +01:00
6 lines
142 B
Python
6 lines
142 B
Python
from openpype.hosts.harmony.api import Creator
|
|
from openpype.api import PypeCreatorMixin
|
|
|
|
|
|
class Creator(PypeCreatorMixin, Creator):
|
|
pass
|