python-ubersmith
python-ubersmith copied to clipboard
Make response types comply with ABCs.
It would be nice if:
assert isinstance(dict_response, dict)
assert isinstance(int_response, int)