How do i import custom python modules in Julia

I am trying to import my custom python module in julia
I have stored the module in the same directory as the julia file
I am using PyCall but its shows that module does not exist

This is explained in the README: GitHub - JuliaPy/PyCall.jl: Package to call Python functions from the Julia language