Add Python End-of-Life detection

This commit is contained in:
Labrys of Knossos 2019-02-03 11:14:51 -05:00
parent de86259bb0
commit f6e620a3fd
4 changed files with 211 additions and 0 deletions

View file

@ -1,6 +1,9 @@
#!/usr/bin/env python
# coding=utf-8
import eol
eol.check()
import cleanup
cleanup.clean(cleanup.FOLDER_STRUCTURE)