diff --git a/model.py b/model.py index 5ef08fb..d6bbd2f 100644 --- a/model.py +++ b/model.py @@ -13,7 +13,7 @@ # limitations under the License. """Datastore models for Starter Project""" - +import matplotlib.pyplot as plt __author__ = 'alainv@google.com (Alain Vongsouvanh)'