ayon-core/openpype/hosts/aftereffects/__init__.py
2022-08-26 15:15:42 +02:00

6 lines
78 B
Python

from .addon import AfterEffectsAddon
__all__ = (
"AfterEffectsAddon",
)