mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 17:04:54 +01:00
6 lines
130 B
Python
6 lines
130 B
Python
from avalon import houdini
|
|
from openpype.api import PypeCreatorMixin
|
|
|
|
|
|
class Creator(PypeCreatorMixin, houdini.Creator):
|
|
pass
|