python how to import all functions from another file code example
Example 1: how to import all functions from another python file
from scripts import *
Example 2: how to import functions from another python file
from file_name import function_name #do not include brackets or file types