mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-03 01:14:54 +01:00
7 lines
93 B
Python
7 lines
93 B
Python
try:
|
|
from . import pype_tray
|
|
except ImportError:
|
|
import pype_tray
|
|
|
|
|
|
pype_tray.main()
|