mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
9 lines
165 B
Python
9 lines
165 B
Python
import avalon.api
|
|
from .launch_logic import get_stub
|
|
|
|
|
|
class AfterEffectsLoader(avalon.api.Loader):
|
|
@staticmethod
|
|
def get_stub():
|
|
return get_stub()
|
|
|