mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
4 lines
79 B
Python
4 lines
79 B
Python
import sys
|
|
import pype_tray
|
|
|
|
sys.exit(pype_tray.PypeTrayApplication().exec_())
|