chore: create behavioral design patterns package

This commit is contained in:
Ruidy 2020-09-30 10:08:08 +02:00
parent f950adc980
commit be84e9888d

4
behavioral/__init__.py Normal file
View file

@ -0,0 +1,4 @@
"""
Behavioral design patterns are concerned with algorithms and the assignment of
responsibilities between objects.
"""