diff options
Diffstat (limited to 'python/python3-lazr.delegates/README')
-rw-r--r-- | python/python3-lazr.delegates/README | 5 |
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 000000000000..c526d5be02ae --- /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. |