#!/usr/bin/env python

from __future__ import absolute_import

import warcprox.main

warcprox.main.main()
