mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
removed anatomy templates/roots entities
This commit is contained in:
parent
ebd6c08e76
commit
1d55c434b7
4 changed files with 4 additions and 104 deletions
|
|
@ -105,11 +105,7 @@ from .list_entity import ListEntity
|
|||
from .dict_immutable_keys_entity import DictImmutableKeysEntity
|
||||
from .dict_mutable_keys_entity import DictMutableKeysEntity
|
||||
|
||||
from .anatomy_entities import (
|
||||
AnatomyEntity,
|
||||
AnatomyRootsEntity,
|
||||
AnatomyTemplatesEntity
|
||||
)
|
||||
from .anatomy_entities import AnatomyEntity
|
||||
|
||||
|
||||
__all__ = (
|
||||
|
|
@ -155,7 +151,5 @@ __all__ = (
|
|||
|
||||
"DictMutableKeysEntity",
|
||||
|
||||
"AnatomyEntity",
|
||||
"AnatomyRootsEntity",
|
||||
"AnatomyTemplatesEntity"
|
||||
"AnatomyEntity"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue