Initial commit
This commit is contained in:
commit
d976d12267
863 changed files with 138686 additions and 0 deletions
Binary file not shown.
Binary file not shown.
|
|
@ -0,0 +1,6 @@
|
|||
__all__ = ["Mapping", "Sequence"]
|
||||
|
||||
try:
|
||||
from collections.abc import Mapping, Sequence
|
||||
except ImportError:
|
||||
from collections import Mapping, Sequence
|
||||
Loading…
Add table
Add a link
Reference in a new issue