#!/usr/bin/python3
import sys, openshot_qt
sys.path.insert(0, openshot_qt.OPENSHOT_PATH)
from launch import main
sys.exit(main())
