#!/usr/bin/env python

if __name__ == '__main__':
    from pecan.commands import CommandRunner
    CommandRunner.handle_command_line()
