diff options
author | Yth - Arnaud <yth@ythogtha.org> | 2023-07-29 07:44:28 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-29 07:44:28 +0700 |
commit | 7593d6014b22ea4ffb8e7711ec56231c4fa31b47 (patch) | |
tree | 151a520e7c66d63c1ff2459411ff1ca39c7e207e /python/python3-atpublic/README | |
parent | 2cc82e4535adb8eaaac1447fdde40ac23d4f2976 (diff) |
python/python3-atpublic: Added (Python module).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-atpublic/README')
-rw-r--r-- | python/python3-atpublic/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/python3-atpublic/README b/python/python3-atpublic/README new file mode 100644 index 0000000000000..1d24540bfa4db --- /dev/null +++ b/python/python3-atpublic/README @@ -0,0 +1,5 @@ +Keep all y'all's __all__'s in sync. + +This library provides two very simple decorators that document the +publicness of the names in your module. +They keep your module’s __all__ in sync so you don’t have to. |