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

from screenlayout.gui import main
main()
