MinePI
MinePI copied to clipboard
Missing import due to type checking if.
There is a missing import hidden due to the if typing.TYPE_CHECKING: block.
When running the examples in a mamba environment with "minepi" installed from pypi, it'll fail on the "multiple players" one due to this import.
I also couldn't put it on top, because it would create a circular import.