#!/usr/bin/env python
import logging

from zymbit.connect import Proxy


logging.basicConfig(level=logging.INFO)

proxy = Proxy()
proxy.run()
