ayon-core/openpype/modules/kitsu/__init__.py
2022-05-04 17:57:53 +02:00

9 lines
253 B
Python

""" Addon class definition and Settings definition must be imported here.
If addon class or settings definition won't be here their definition won't
be found by OpenPype discovery.
"""
from .kitsu_module import KitsuModule
__all__ = ("KitsuModule",)