aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/tutorials/index.py
blob: 00da64cb7e4ab7e9b00156b30f49cb9fcbce9404 (plain)
1
2
3
4
5
from countershape import Page

pages = [
    Page("30second.html", "Client playback: a 30 second example"),
]