def windows(): from plugins.collect_windows_info import Win32Info return Win32Info().collect()
def windows(): return Win32Info().collect()