mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
fixed api imports
This commit is contained in:
parent
79b4cc9f11
commit
2dadab8643
2 changed files with 6 additions and 2 deletions
|
|
@ -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"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue