get_local_settings is part of openpype.settings

This commit is contained in:
iLLiCiTiT 2021-04-21 10:26:18 +02:00
parent a8319ad336
commit 7aa222327b

View file

@ -3,7 +3,8 @@ from .lib import (
get_project_settings,
get_current_project_settings,
get_anatomy_settings,
get_environments
get_environments,
get_local_settings
)
from .entities import (
SystemSettings,
@ -17,6 +18,7 @@ __all__ = (
"get_current_project_settings",
"get_anatomy_settings",
"get_environments",
"get_local_settings",
"SystemSettings",
"ProjectSettings"