formations/python/formation/snippets/aggregation.py
2013-01-08 11:15:45 +01:00

9 lines
56 B
Python

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