No termios on windows - bullet
https://www.gitmemory.com/issue/bchao1/bullet/2/674787785Hi, bullet doesn't work on Windows as there is no termios module. I get the following stack trace when trying to run this example code under CPython 3.7.2 on Windows 10 v1803 Enterprise.. Traceback (most recent call last): File "h:\Python\Misc\bullet_test.py", line 1, in <module> from bullet import Bullet File "C:\Program Files\Python37\lib\site-packages\bullet\__init__.py", line 1, …