1
0
Fork 0
mirror of https://github.com/Findus23/shuffle.git synced 2024-09-19 14:43:45 +02:00
shuffle/config.sample.py

10 lines
173 B
Python
Raw Normal View History

2020-05-08 14:20:41 +02:00
people = {
"Test1": "test1@example.com",
"Test2": "test2@example.com",
"Test3": "test3@example.com"
}
sender = "Randomizer <script@example.com>"
2020-05-08 14:26:10 +02:00
debug = False