summaryrefslogtreecommitdiffstats
path: root/python/python3-lazr.delegates/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-lazr.delegates/README')
-rw-r--r--python/python3-lazr.delegates/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/python3-lazr.delegates/README b/python/python3-lazr.delegates/README
new file mode 100644
index 0000000000..c526d5be02
--- /dev/null
+++ b/python/python3-lazr.delegates/README
@@ -0,0 +1,5 @@
+The lazr.delegates package makes it easy to write objects that
+delegate behavior to another object.
+The new object adds some property or behavior on to the other object,
+while still providing the underlying interface, and delegating
+behavior.