def isWsl():
    release = str(platform.uname().release).lower()
    return "microsoft" in release