mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
8 lines
184 B
Python
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()
|