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