mirror of
https://github.com/Findus23/shuffle.git
synced 2024-09-18 13:33:44 +02:00
9 lines
173 B
Python
9 lines
173 B
Python
people = {
|
|
"Test1": "test1@example.com",
|
|
"Test2": "test2@example.com",
|
|
"Test3": "test3@example.com"
|
|
}
|
|
|
|
sender = "Randomizer <script@example.com>"
|
|
|
|
debug = False
|