tracks/python/exercises/luhn/luhn.py in trackler-2.2.1.96 vs tracks/python/exercises/luhn/luhn.py in trackler-2.2.1.97

- old
+ new

@@ -1,3 +1,3 @@ class Luhn(object): - def __init__(self): + def __init__(self, card_num): pass