Add shebang

This commit is contained in:
Michael De Roover 2021-03-26 20:00:10 +01:00
parent 2d5696690e
commit 4cc8a1754f
Signed by: vim
GPG Key ID: 075496E232CE04CB

View File

@ -1,3 +1,4 @@
#!/usr/bin/python3
import os import os
from telethon import TelegramClient, events from telethon import TelegramClient, events