Add backwards compatibility for Python 3.8
Import Dict
and List
from typing
instead of using generic dict
and list
in type hints
Closes #21 (closed)
Edited by Niall McDaid
Import Dict
and List
from typing
instead of using generic dict
and list
in type hints
Closes #21 (closed)