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?
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?