mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-30 03:14:22 +00:00
6 lines
115 B
Python
6 lines
115 B
Python
from countershape import Page, Directory, PythonModule, markup
|
|
|
|
pages = [
|
|
Page("tutorial.html", "Tutorial"),
|
|
]
|