ayon-core/pype/tools/settings/__main__.py

7 lines
87 B
Python

try:
from . import main
except ImportError:
from settings import main
main()