diff --git a/behavioral/__init__.py b/behavioral/__init__.py new file mode 100644 index 0000000..8fba3a3 --- /dev/null +++ b/behavioral/__init__.py @@ -0,0 +1,4 @@ +""" +Behavioral design patterns are concerned with algorithms and the assignment of +responsibilities between objects. +"""