mitmproxy/doc-src/transparent/index.py

7 lines
105 B
Python

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