aegirhall / console-menu

A simple Python menu system for building terminal user interfaces.
MIT License
365 stars 58 forks source link

Add type hints #82

Open bastisawesome opened 1 year ago

bastisawesome commented 1 year ago

Currently all of the type hinting is done inside of docstrings. When used in a project that enforces strict type-checking, this causes issues with linters such as MyPy.