mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 13:24:54 +01:00
get_local_settings is part of openpype.settings
This commit is contained in:
parent
a8319ad336
commit
7aa222327b
1 changed files with 3 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue