tracks/python/exercises/space-age/space_age.py in trackler-2.2.1.42 vs tracks/python/exercises/space-age/space_age.py in trackler-2.2.1.43

- old
+ new

@@ -1,3 +1,3 @@ class SpaceAge(object): - def __init__(self): + def __init__(self, seconds): pass