From ddb758a780c74d95d2c6bfc00d50fc7a04de7d34 Mon Sep 17 00:00:00 2001 From: jwansek Date: Mon, 24 Jan 2022 15:30:01 +0000 Subject: switched to jinja for making test files. made it only test files without errors. --- ExampleSubmission/animals.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ExampleSubmission') diff --git a/ExampleSubmission/animals.py b/ExampleSubmission/animals.py index a8c76d8..d32d6ff 100644 --- a/ExampleSubmission/animals.py +++ b/ExampleSubmission/animals.py @@ -20,3 +20,5 @@ class Kitten(Cat): """ def speak(self): return "meow (but cuter)" + +print() \ No newline at end of file -- cgit v1.2.3