Remove import of host
This avoids a circular dependency in execute.py since other modules that will also use host import it as well.
This uses os.name to detect if we're on Windows which is "nt"