Created starter files for the project.
This commit is contained in:
commit
73f0c0db42
1992 changed files with 769897 additions and 0 deletions
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,6 @@
|
|||
__all__ = ["Sequence"]
|
||||
|
||||
try:
|
||||
from collections.abc import Sequence
|
||||
except ImportError:
|
||||
from collections import Sequence
|
Loading…
Add table
Add a link
Reference in a new issue