#!/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 tproxy.app import run

run()
