mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Moved to modules
This commit is contained in:
parent
cb01f8338c
commit
6b39877087
7 changed files with 3 additions and 2 deletions
9
openpype/modules/kitsu/__init__.py
Normal file
9
openpype/modules/kitsu/__init__.py
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
""" 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 AddonSettingsDef, KitsuModule
|
||||
|
||||
__all__ = ("AddonSettingsDef", "KitsuModule")
|
||||
Loading…
Add table
Add a link
Reference in a new issue