#!/usr/bin/python3

import sys
sys.path.append("/usr/lib64/")
import redos_qt_tweaker

redos_qt_tweaker.main()
