ayon-core/pype/settings/__init__.py

9 lines
124 B
Python

from .lib import (
system_settings,
project_settings
)
__all__ = (
"system_settings",
"project_settings"
)