#!/usr/bin/python
import runpy


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