For example, the following is valid `from webob.compat import cgi_FieldStorage`, but is flagged by IDEs such as PyCharm as missing from the stubs.  Other stubs from `webob` are found accordingly.
For example, the following is valid
from webob.compat import cgi_FieldStorage, but is flagged by IDEs such as PyCharm as missing from the stubs.Other stubs from
webobare found accordingly.