mitmproxy/doc-src/transparent/index.py

7 lines
105 B
Python
Raw Normal View History

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