#!/usr/bin/env python

import sys
from election_parser.test.live_server import main

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