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.
1 parent 24299d6 commit cbf05ddCopy full SHA for cbf05dd
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