#!/home/enthys/workspace/python/python_commander/venv/bin/python

from python_commander import Commander

Commander.gather_commands()
Commander.execute_commands()
