Skip to content

Instantly share code, notes, and snippets.

@ThePlaneOnGit
ThePlaneOnGit / lib.py
Last active September 2, 2026 14:02
A Lib I made For Simpler XML
#!/usr/bin/env python3
__author__ = "Beluga XL"
__copyright__ = "Copyright 2026, Beluga XL"
__credits__ = ["Beluga XL"]
__lisence__ = "LGPLv3"
__version__ = "1.0.0"
__maintainer__ = "Beluga XL"
__email__ = "deplenguy@proton.me"
__status__ = "Prototype"