#!/usr/bin/env python3

import pysshchat

if __name__ == "__main__":
    pysshchat.parse_args()
    pysshchat.start()
