mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-27 14:22:37 +01:00
7 lines
87 B
Python
7 lines
87 B
Python
try:
|
|
from . import main
|
|
except ImportError:
|
|
from settings import main
|
|
|
|
|
|
main()
|