fixed typo

This commit is contained in:
iLLiCiTiT 2020-09-14 18:39:24 +02:00
parent 38e8f59628
commit 0884ba2690

View file

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