Design-Patterns-in-Python
Design-Patterns-in-Python copied to clipboard
Update composite.py
Defining component interface instead of doing super in init Getting rid of map function because not results showed on execution time Support for python2 and python3 Using abc to define interfaces