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

pages = [
    Page("30second.html", "Client playback: a 30 second example"),
    Page("gamecenter.html", "Setting highscores on Apple's GameCenter"),
]