6 lines
135 B
Python
6 lines
135 B
Python
#!/usr/bin/env python
|
|
|
|
if __name__ == '__main__':
|
|
from pecan.commands import CommandRunner
|
|
CommandRunner.handle_command_line()
|