mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
6 lines
140 B
Python
6 lines
140 B
Python
from openpype.api import PypeCreatorMixin
|
|
from avalon.tvpaint import pipeline
|
|
|
|
|
|
class Creator(PypeCreatorMixin, pipeline.Creator):
|
|
pass
|