Skip to content

Commit 0069be7

Browse files
authored
Merge pull request #628 from purepani/push-rzorypqyvtwq
Adds inline script dependency to merge_regs.py
2 parents 6b44770 + cbf05dd commit 0069be7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

merge_regs.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
#!/usr/bin/env python3
2+
# /// script
3+
# requires-python = ">=3.13"
4+
# dependencies = [
5+
# "pyyaml",
6+
# "xmltodict",
7+
# ]
8+
# ///
29

310
import xmltodict
411
import yaml

0 commit comments

Comments
 (0)