how to import a function from one module in another module in python code example
Example: using python function by import
(in python3) ---
from .filename import function_name
(in python3) ---
from .filename import function_name