#!/usr/bin/env python

import sys
from election_parser.server import main

sys.exit(int(bool(main(sys.argv, sys.stdout))))
