mirror of
https://github.com/internetarchive/warcprox.git
synced 2025-01-18 13:22:09 +01:00
9 lines
126 B
Python
Executable File
9 lines
126 B
Python
Executable File
#!/usr/bin/env python
|
|
# vim: set sw=4 et:
|
|
|
|
from __future__ import absolute_import
|
|
|
|
import warcprox.main
|
|
|
|
warcprox.main.main()
|