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

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