From 2c81e58e7a17d775573f8d0de3947fe5b14c0fd3 Mon Sep 17 00:00:00 2001 From: rattatwinko Date: Tue, 13 May 2025 16:29:18 +0200 Subject: [PATCH] update the "info up top of the file" --- pommer/pommer.py | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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