#!/usr/bin/env python
# -*- coding: utf-8 -*-

if __name__ == '__main__':
    from xkeysnail import cli_main
    cli_main()

