diff options
Diffstat (limited to 'python/frozenlist/README')
-rw-r--r-- | python/frozenlist/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/frozenlist/README b/python/frozenlist/README new file mode 100644 index 0000000000..df956114f7 --- /dev/null +++ b/python/frozenlist/README @@ -0,0 +1,2 @@ +FrozenList is a list-like structure which implements +collections.abc.MutableSequence, and which can be made immutable. |