mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
12 lines
282 B
Python
12 lines
282 B
Python
from avalon import api
|
|
import openpype.api
|
|
|
|
|
|
class Creator(openpype.api.Creator):
|
|
"""This serves as skeleton for future OpenPype specific functionality"""
|
|
pass
|
|
|
|
|
|
class Loader(api.Loader):
|
|
"""This serves as skeleton for future OpenPype specific functionality"""
|
|
pass
|