mkaz / termgraph

a python command-line tool which draws basic graphs in the terminal
MIT License
3.14k stars 165 forks source link

Add type hints #73

Closed nnist closed 3 years ago

nnist commented 3 years ago

This adds basic type hints to use with mypy. It improves clarity, catches bugs and helps the editor to create better autocompletions.