diff options
Diffstat (limited to 'devel/py-lazr.delegates/DESCR')
-rw-r--r-- | devel/py-lazr.delegates/DESCR | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/py-lazr.delegates/DESCR b/devel/py-lazr.delegates/DESCR new file mode 100644 index 00000000000..277062d18cf --- /dev/null +++ b/devel/py-lazr.delegates/DESCR @@ -0,0 +1,4 @@ +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. |