Here is my class code that I am trying to import, the file is called car.py:
class Car: def __init__(self, make, model, year): self.make = make