1
0
Fork 0
mirror of https://github.com/Findus23/shuffle.git synced 2024-09-18 13:33:44 +02:00
shuffle/config.sample.py

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