python import all packge functions code example
Example 1: how to import all functions from another python file
from scripts import *
Example 2: python module initialization
import psutil
from scripts import *
import psutil