mitmproxy/doc-src/scripts/index.py

7 lines
121 B
Python
Raw Normal View History

from countershape import Page
pages = [
Page("flows.html", "Introduction to flows"),
Page("api.html", "API"),
]