mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
renamed inputs to item_types
This commit is contained in:
parent
ee612be204
commit
38e8f59628
3 changed files with 7 additions and 6 deletions
|
|
@ -1,10 +1,9 @@
|
|||
from .window import MainWidget
|
||||
# TODO properly register inputs to TypeToKlass class
|
||||
from . import inputs
|
||||
from . import anatomy_inputs
|
||||
from . import item_types
|
||||
from . import anatomy_type
|
||||
|
||||
__all__ = [
|
||||
"MainWidget",
|
||||
"inputs",
|
||||
"anatomy_inputs"
|
||||
"item_types",
|
||||
"anatomy_type"
|
||||
]
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
from Qt import QtWidgets, QtCore
|
||||
from .widgets import ExpandingWidget
|
||||
from .inputs import SettingObject, ModifiableDict, PathWidget, RawJsonWidget
|
||||
from .item_types import (
|
||||
SettingObject, ModifiableDict, PathWidget, RawJsonWidget
|
||||
)
|
||||
from .lib import NOT_SET, TypeToKlass, CHILD_OFFSET, METADATA_KEY
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue