#!/usr/bin/env python
from yastatsd.server import run_server

run_server()
