tests: fix HTML-gen sh script (dash compatibility)
[gfxprim.git] / doc / example_py_backends.txt
blob625084c0cf94cf1c59e3ab37087423dc29e0581e
1 Backend Init
2 ------------
3 .A simple program to demonstrate backend init function.
5 [source,python]
6 ------------------------------------------------------------------
7 include::../demos/py_simple/backends.py[]
8 ------------------------------------------------------------------