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