Add header
This commit is contained in:
parent
752ab17c89
commit
97a678cf73
1 changed files with 6 additions and 0 deletions
|
@ -1,4 +1,10 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
|
# -*- encoding: utf-8 -*-
|
||||||
|
#
|
||||||
|
# This script is licensed under GNU GPL version 2.0 or above
|
||||||
|
# (c) Antonio J. Delgado 2021
|
||||||
|
# Python script to get RSS feeds into your IMAP mail
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
import os
|
import os
|
||||||
import re
|
import re
|
||||||
|
|
Loading…
Reference in a new issue