#!/usr/bin/python
# -*- coding: utf-8 -*-
from toppy import Toppy, ToppyArgs

args = ToppyArgs.parse_args()
Toppy(args).run()
