Breadcat

Results 1 issues of Breadcat

When importing `pywinauto` it makes the fileopenbox (and probably others, untested) a less usable and worse UI. e.g ```py import pywinauto import easygui easygui.fileopenbox() ``` Expected UI. ![Expected UI](https://user-images.githubusercontent.com/40906448/163580048-fbf98711-cae1-4326-a668-f81c8f57cc37.png) The...