Add small readme for MovieLister example
This commit is contained in:
parent
0e5bdc4e59
commit
22691553fb
|
@ -0,0 +1,7 @@
|
|||
A naive example of dependency injection in Python
|
||||
=================================================
|
||||
|
||||
Example implementation of dependency injection in Python from Martin Fowler's
|
||||
article about dependency injection and inversion of control:
|
||||
|
||||
http://www.martinfowler.com/articles/injection.html
|
Loading…
Reference in New Issue