Files
Federico Caselli 2a85938fe7 update black to 25.1.0 to align it with alembic
Change-Id: I2ac332237f18bbc44155eadee35c64f62adc2867
2025-05-23 22:42:38 +02:00

7 lines
142 B
Python

"""Illustrates a rudimentary way to implement the "nested sets"
pattern for hierarchical data using the SQLAlchemy ORM.
.. autosource::
"""