feat: make script properly executable

This commit is contained in:
Stefan Sterz 2022-10-26 14:04:04 +02:00
parent a763c653bd
commit fd0e30bca2
Signed by: sterzy
GPG Key ID: 2370EE3A271DF05B
1 changed files with 3 additions and 0 deletions

3
wichteln.py Normal file → Executable file
View File

@ -1,3 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
''' '''
This script creates randoms pairs from a list of participants in a secret santa This script creates randoms pairs from a list of participants in a secret santa
game and sends them an email to notify them who the person is that they should game and sends them an email to notify them who the person is that they should