summaryrefslogtreecommitdiff
path: root/examples/association/__init__.py
blob: dc9593a0e8cb6333de3feadb977b8a35548d9862 (plain)
1
2
3
4
5
6
7
8
"""
Examples illustrating the usage of the "association object" pattern,
where an intermediary class mediates the relationship between two
classes that are associated in a many-to-many pattern.

.. autosource::

"""