mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
modified unreal's creator plugin
This commit is contained in:
parent
bc2c2b4405
commit
4d164753dc
1 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,8 @@
|
|||
from avalon import api
|
||||
import pype.api
|
||||
|
||||
|
||||
class Creator(api.Creator):
|
||||
class Creator(pype.api.Creator):
|
||||
"""This serves as skeleton for future Pype specific functionality"""
|
||||
pass
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue