mitmproxy/doc-src/transparent/index.py
2013-01-01 14:09:43 +13:00

7 lines
105 B
Python

from countershape import Page
pages = [
Page("linux.html", "Linux"),
Page("osx.html", "OSX"),
]