dislash.py
dislash.py copied to clipboard
typing mismatch python version
attempts to import TypedDict which was added in 3.8
does not match the python ver requirement in setup.py for python_requires='>=3.6`