Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 335 Bytes

File metadata and controls

24 lines (14 loc) · 335 Bytes

Starlette Example

This is an example of the :ref:`contrib_starlette`

Usage:

python3 main.py

models.py

.. literalinclude::  ../../examples/starlette/models.py

main.py

.. literalinclude::  ../../examples/starlette/main.py