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

import typoshot

if __name__ == "__main__":
    typoshot.main()
