Add small readme for MovieLister example

This commit is contained in:
Roman Mogilatov 2016-03-20 17:08:03 +02:00
parent 0e5bdc4e59
commit 22691553fb

View File

@ -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