fixed api imports

This commit is contained in:
iLLiCiTiT 2020-12-03 11:00:09 +01:00
parent 79b4cc9f11
commit 2dadab8643
2 changed files with 6 additions and 2 deletions

View file

@ -1,11 +1,13 @@
from .lib import (
get_system_settings,
get_project_settings,
get_anatomy_data,
get_environments
)
__all__ = (
"get_system_settings",
"get_project_settings",
"get_anatomy_data",
"get_environments"
)