foundationdb
foundationdb copied to clipboard
Enhancement: modernizing Python code
Applying the newest Python features e.g. type hints.
Applying the newest Python features e.g. type hints. Currently, we are supporting even Python2.x. By introducing type hints, the least supported Python version has to be >=3.5 Is this what we wanted to do?