I'm new here and in python.
I try to import only a single variable or some of them from another file.
I try from conf import SINGLE_VARIABLE
but it gives me a
ImportError: cannot import name 'SINGLE_VARIABLE
Maybe it is not a good idea in the python way of coding, but I'm curious if it is possible
Thx