#!/usr/bin/env python3 """ installs preferences """ from installer import Installer installer = Installer() installer.run()