mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-04 03:37:17 +00:00
6 lines
121 B
Python
6 lines
121 B
Python
from countershape import Page
|
|
|
|
pages = [
|
|
Page("flows.html", "Introduction to flows"),
|
|
Page("api.html", "API"),
|
|
]
|