#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# This file is part of tproxy released under the MIT license.
# See the NOTICE for more information.

from hroute.app import run

if __name__ == "__main__":
    run()
