Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. import clr
  2. clr.AddReference('DSCoreNodes')
  3. import DSCore
  4. clr.ImportExtensions(DSCore)
  5. from DSCore import *
  6.  
  7. a = IN[0]
  8. b = IN[1]
  9.  
  10. c = List.Join(a,b)
  11.  
  12. OUT = c