#!/usr/bin/env python

from python_commander import Commander

Commander.gather_commands()
Commander.execute_commands()
