Files
python/exercises/luhn/luhn.py

4 lines
57 B
Python
Raw Normal View History

class Luhn(object):
def __init__(self):
pass