I\'ve written my own mail.py module in spider (anaconda). I want to import this py file in other python (spider) files just by \'import mail\'
I searched on the internet
when calling any function from another file, it should be noted to not import any library inside the function