aboutsummaryrefslogtreecommitdiff
path: root/host/secret_sauce.py
blob: bf183ac12ee2b7e4c66f1a5b3ee4363270b6b703 (plain)
1
2
3
4
5
6
7
class SpamError(ValueError):
    def __str__(self):
        return ' '.join(self.args)

def check_spam(addr, data):
	pass