summaryrefslogtreecommitdiffstats
path: root/ExampleSubmission
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2022-01-24 15:30:01 +0000
committerjwansek <eddie.atten.ea29@gmail.com>2022-01-24 15:30:01 +0000
commitddb758a780c74d95d2c6bfc00d50fc7a04de7d34 (patch)
treea54a0f0218ce287257ee6db7c2d8642ef150932d /ExampleSubmission
parent3313a936debe04c733b3003858724de17cfcd7de (diff)
downloadSmarker-ddb758a780c74d95d2c6bfc00d50fc7a04de7d34.tar.gz
Smarker-ddb758a780c74d95d2c6bfc00d50fc7a04de7d34.zip
switched to jinja for making test files. made it only test files without errors.
Diffstat (limited to 'ExampleSubmission')
-rw-r--r--ExampleSubmission/animals.py2
1 files changed, 2 insertions, 0 deletions
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