mitmproxy/doc-src/transparent/index.py
2014-01-27 14:16:23 +13:00

7 lines
105 B
Python

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