mirror of
https://github.com/github/codeql.git
synced 2025-12-24 20:56:33 +01:00
6 lines
128 B
Python
6 lines
128 B
Python
__all__ = ['spamm', 'troll', 'paywall']
|
|
|
|
def spam(): return 'Spam'
|
|
def troll(): return 'Troll'
|
|
def paywall(): return 'Pay wall'
|