diff options
author | Tim Dickson <dickson.tim@gmail.com> | 2018-11-02 22:22:36 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-03 07:46:44 +0700 |
commit | f7f7472dbbec5372bc540e938071faba304f40f4 (patch) | |
tree | 361fe13fc4cb3f0c55ddd11d9d01ea9476b475bb /python/mypy_extensions/README | |
parent | affa13c8b0242c96cb9a788b878dde3d13b27adf (diff) |
python/mypy_extensions: Added (python extensions for mypy).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/mypy_extensions/README')
-rw-r--r-- | python/mypy_extensions/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/mypy_extensions/README b/python/mypy_extensions/README new file mode 100644 index 0000000000..e0b0ae9f58 --- /dev/null +++ b/python/mypy_extensions/README @@ -0,0 +1,2 @@ +Mypy_extensions are expermental type system extensions for programs +checked with mypy. |