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