I\'m writing a Python program for fun but got stuck trying to import a function from a class in another file. Here is my code:
#jurassic park mainframe from
from FOLDER_NAME import FILENAME from FILENAME import CLASS_NAME FUNCTION_NAME
FILENAME is w/o the suffix