#!/usr/bin/env python
# encoding: utf-8

if __name__ == '__main__':
    print('hello zssh-manager')
