#!/usr/bin/python3
import runpy


runpy.run_module('galternatives', run_name='__main__', alter_sys=True)
