ayon-core/openpype/hosts/aftereffects/api/plugin.py
2022-03-14 11:36:17 +01:00

8 lines
184 B
Python

from openpype.pipeline import LoaderPlugin
from .launch_logic import get_stub
class AfterEffectsLoader(LoaderPlugin):
@staticmethod
def get_stub():
return get_stub()