mitmproxy/doc-src/transparent/index.py

8 lines
142 B
Python
Raw Normal View History

2012-09-16 23:04:57 +00:00
from countershape import Page
pages = [
Page("linux.html", "Linux"),
Page("osx.html", "OSX"),
Page("openbsd.html", "OpenBSD"),
]