#!/usr/bin/env python
from statsdpy.statsd import run_server

if __name__ == '__main__':
    run_server()
