Sorry i did not shoot the last script: what is in this “library” clr included?
And why get a 42 “items” listed - Where do the come from? designScript? Revit API?
I have no clue
clr is an IronPython built-in module, which provides some functionalities in order to interop with .NET. When writing “import clr” in a python module, it means you intend to leverage the .NET libraries.