mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fixed typo
This commit is contained in:
parent
38e8f59628
commit
0884ba2690
1 changed files with 2 additions and 2 deletions
|
|
@ -1,9 +1,9 @@
|
|||
from .window import MainWidget
|
||||
from . import item_types
|
||||
from . import anatomy_type
|
||||
from . import anatomy_types
|
||||
|
||||
__all__ = [
|
||||
"MainWidget",
|
||||
"item_types",
|
||||
"anatomy_type"
|
||||
"anatomy_types"
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue