为什么我无法在Python中导入自己的模块

I dont know why I can't import my own module in my app. There is a quick example how it works. Now it works as long as I use "from smt import smt" When it works But when I try use "import smt" it doesnt work, I dont know why. Now err. message says my function from that module is not defined Doesnt work