0

let say I create the

model.py
utils.py

at the same folder
but in utils.py

from model import *
it does not recognize the model

is there something I have to set up?

1 Answers1

0
  1. View => Tool Windows => Project (launch project sidepane)
  2. Right click on folder containing the two scripts, Mark Directory as => Source Root
Melvin
  • 1,530
  • 11
  • 18