formations/python/python2/formation/snippets/aggregation.py

9 lines
56 B
Python

class A:
pass
class B:
pass
a = A()
a.b = B()