#!/usr/local/bin/python3.3

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