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