mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
11 lines
245 B
Python
11 lines
245 B
Python
from avalon import api
|
|
|
|
|
|
class Creator(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
|