#!/usr/bin/python
from libinput_gestures_qt import main
if __name__ == '__main__':
    main()
