diff options
-rw-r--r-- | Lib/collections/abc.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/collections/abc.py b/Lib/collections/abc.py new file mode 100644 index 0000000..5393810 --- /dev/null +++ b/Lib/collections/abc.py @@ -0,0 +1,3 @@ +from _collections_abc import * +from _collections_abc import __all__ + |