summaryrefslogtreecommitdiff
path: root/bin/pecan
blob: 9715ea0621969fcc10b2868e25bcd1f12b137533 (plain)
1
2
3
4
5
#!/usr/bin/env python

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