removed anatomy templates/roots entities

This commit is contained in:
iLLiCiTiT 2021-03-19 11:26:43 +01:00
parent ebd6c08e76
commit 1d55c434b7
4 changed files with 4 additions and 104 deletions

View file

@ -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"
)