udacity / DSND_Term2

Contains files related to content and project of DSND Term 2
MIT License
1.1k stars 1.66k forks source link

shirt.py file #46

Closed PeterNamara closed 2 years ago

PeterNamara commented 2 years ago

There doesn't seem to be a shirt.py file from which to import the Shirt class

melipass commented 2 years ago

I believe creating that file is meant to be part of the exercise. You can do it based on the Shirt class inside the shirt_exercise.ipynb file.

PeterNamara commented 2 years ago

Noted, thanks.