matelight/host/secret_sauce.py
2016-01-04 21:21:55 +01:00

7 lines
123 B
Python

class SpamError(ValueError):
def __str__(self):
return ' '.join(self.args)
def check_spam(addr, data):
pass