Add quote to signals module
This commit is contained in:
parent
d6b50a7a63
commit
67f0d16c1c
1 changed files with 2 additions and 1 deletions
|
@ -41,7 +41,8 @@ QUOTES = {
|
|||
"That was only a prelude; where they burn books, they will in the end also burn people" : "Heinrich Heine",
|
||||
'Never, "for the sake of peace and quiet", deny your own experience or convictions.' : "Dag Hammarskjöld",
|
||||
"Quis custodiet ipsos custodes?" : "",
|
||||
"Unless someone like you cares a whole awful lot, nothing is going to get better. It's not." : "Theodor Seuss Geisel"
|
||||
"Unless someone like you cares a whole awful lot, nothing is going to get better. It's not." : "Theodor Seuss Geisel",
|
||||
"Wer nichts zu verbergen hat, hat auch nichts zu befürchten" : ""
|
||||
}
|
||||
|
||||
class Module(object):
|
||||
|
|
Loading…
Reference in a new issue