how to import another file methood in python code example
Example: how to import functions from another python file
from file_name import function_name #do not include brackets or file types
from file_name import function_name #do not include brackets or file types