#!/usr/bin/env python

from kou import koucmd

if __name__ == '__main__':
    koucmd.main()
