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