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

pages = [
    Page("linux.html", "Linux"),
    Page("osx.html", "OSX"),
    Page("openbsd.html", "OpenBSD"),
]