mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
12 lines
266 B
Python
12 lines
266 B
Python
from avalon import api
|
|
import pype.api
|
|
|
|
|
|
class Creator(pype.api.Creator):
|
|
"""This serves as skeleton for future Pype specific functionality"""
|
|
pass
|
|
|
|
|
|
class Loader(api.Loader):
|
|
"""This serves as skeleton for future Pype specific functionality"""
|
|
pass
|