We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b44770 + cbf05dd commit 0069be7Copy full SHA for 0069be7
merge_regs.py
@@ -1,4 +1,11 @@
1
#!/usr/bin/env python3
2
+# /// script
3
+# requires-python = ">=3.13"
4
+# dependencies = [
5
+# "pyyaml",
6
+# "xmltodict",
7
+# ]
8
+# ///
9
10
import xmltodict
11
import yaml
0 commit comments