import dload, dat
from divergent-association-task import dat
model_file = dload.save_unzip('http://nlp.stanford.edu/data/glove.840B.300d.zip')
nouns = dload.save('https://raw.githubusercontent.com/jayolson/divergent-association-task/main/words.txt')
model = dat.Model(model_file, nouns)
__init__.pyfor importing the library https://stackoverflow.com/a/21995949