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

import sshit.cli

if __name__ == '__main__':
    sshit.cli.main()
