4 lines
57 B
Python
4 lines
57 B
Python
|
|
class Luhn(object):
|
||
|
|
def __init__(self):
|
||
|
|
pass
|