from <folder_name>.<filename> import <Class_name>
How this would look:
from machines.vehicle_stuff import Vehicle
Last updated 2 years ago