mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
9 lines
124 B
Python
9 lines
124 B
Python
from .lib import (
|
|
system_settings,
|
|
project_settings
|
|
)
|
|
|
|
__all__ = (
|
|
"system_settings",
|
|
"project_settings"
|
|
)
|