Relax python module import syntax
Adds setup.cfg file to ignore PEP8 error E402 and instead allow top-level module imports anywhere in the file. In some cases, we need code to setup sys.path and also want to force-reload modules for testing right after their import.