Closed slochower closed 3 years ago
I believe this'll only work with Python 3.8+ due to Literal:
Literal
ImportError: cannot import name 'Literal' from 'typing'
Ah good catch - it turns out this wasn't actually used so I removed it in #6.
I believe this'll only work with Python 3.8+ due to
Literal
: