helpers

helpers.to_int_list(s)[source]

take a string like [0,1,2,3] and return a list of integers

helpers.write_file(fn, str)[source]

write string str to filename fn