Compare commits
2 Commits
ea3913e55b
...
50c38e5f97
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
50c38e5f97 | ||
|
|
2c81e58e7a |
@@ -1,11 +1,21 @@
|
|||||||
#!/usr/bin/env python3
|
#!/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!
|
||||||
|
|
||||||
This Python File is proprietary software
|
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import xml.etree.ElementTree as ET
|
import xml.etree.ElementTree as ET
|
||||||
import re
|
import re
|
||||||
|
|||||||
Reference in New Issue
Block a user