diff options
Diffstat (limited to 'examples/nested_sets')
| -rw-r--r-- | examples/nested_sets/__init__.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/nested_sets/__init__.py b/examples/nested_sets/__init__.py index e69de29bb..b730f7173 100644 --- a/examples/nested_sets/__init__.py +++ b/examples/nested_sets/__init__.py @@ -0,0 +1,4 @@ +""" +Illustrates a rudimentary way to implement the "nested sets" pattern for hierarchical data using the SQLAlchemy ORM. + +"""
\ No newline at end of file |
