gennad / Design-Patterns-in-Python

A collection of popular design patterns implemented in Python programming language
717 stars 206 forks source link

Update composite.py #9

Open rubenbonilla opened 6 years ago

rubenbonilla commented 6 years ago

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