#!/usr/bin/env python
from kliko.cli import command_line_run
import sys

if __name__ == '__main__':
    command_line_run(sys.argv)
