ability-hand-api
ability-hand-api copied to clipboard
Remove Typehints
The only reason the library is not compatible with Python 3.8 is because of the Typehints, rather than go through the headache of making PyPi install different versions based on Python version let's just yeet the TypeDefs. Should just be able to merge the Python 3.8 branch into main
We could also have a script that removes all the typehints before pushing it to PyPi