mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-27 02:24:18 +00:00
7 lines
111 B
Python
7 lines
111 B
Python
from countershape import Page
|
|
|
|
pages = [
|
|
Page("examples.html", "Examples"),
|
|
Page("api.html", "API"),
|
|
]
|