mirror of
https://github.com/rjNemo/design-patterns
synced 2026-06-11 21:16:40 +00:00
chore: create behavioral design patterns package
This commit is contained in:
parent
f950adc980
commit
be84e9888d
1 changed files with 4 additions and 0 deletions
4
behavioral/__init__.py
Normal file
4
behavioral/__init__.py
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
"""
|
||||||
|
Behavioral design patterns are concerned with algorithms and the assignment of
|
||||||
|
responsibilities between objects.
|
||||||
|
"""
|
||||||
Loading…
Reference in a new issue