Not import kr_storage but from . import kr_storage And not from xxx import yyyy but from .xxx import yyy
import kr_storage
from . import kr_storage
from xxx import yyyy
from .xxx import yyy