#!/usr/bin/python
"""Run ARandR GUI"""

from screenlayout.gui import main
main()
