diff --git a/pommer/pommer.py b/pommer/pommer.py index ae68fd3..f9ee846 100644 --- a/pommer/pommer.py +++ b/pommer/pommer.py @@ -1,4 +1,21 @@ #!/usr/bin/env python3 + +""" +POMMER.PY + +THIS IS PROPRIETARY SOFTWARE DO NOT DISTRIBUTE TO OUTSIDERS! + +This Python File is distributed with every Kotlin Plugin Repository! +If you find this to be confusing to use look at the Documentation in "rattatwinko/pommer" + +Run this Script with Python 3.11 ; 3.9 + +This YET only works with Maven! + + +""" + + import os import xml.etree.ElementTree as ET import re