I have created a file say (myModel.py: which upon running creates a Keras model and returns the model) and another program say (run.py: takes data D1 and import myModel). Hence,