import functions code example
Example 1: using python function by import
(in python3) ---
from .filename import function_name
Example 2: python module initialization
import psutil
(in python3) ---
from .filename import function_name
import psutil