diff options
Diffstat (limited to 'examples/inheritance/__init__.py')
-rw-r--r-- | examples/inheritance/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/inheritance/__init__.py b/examples/inheritance/__init__.py index 09519a679..eb3e843ca 100644 --- a/examples/inheritance/__init__.py +++ b/examples/inheritance/__init__.py @@ -1,4 +1,6 @@ """Working examples of single-table, joined-table, and concrete-table inheritance as described in :ref:`datamapping_inheritance`. +.. autosource:: + """
\ No newline at end of file |