diff options
Diffstat (limited to 'doc-src/tutorials/index.py')
-rw-r--r-- | doc-src/tutorials/index.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc-src/tutorials/index.py b/doc-src/tutorials/index.py new file mode 100644 index 00000000..00da64cb --- /dev/null +++ b/doc-src/tutorials/index.py @@ -0,0 +1,5 @@ +from countershape import Page + +pages = [ + Page("30second.html", "Client playback: a 30 second example"), +] |