#!/usr/bin/env python

from log_parser import server
server.start("0.0.0.0", 5000)
