Add support for DME. Closes #114.

This commit is contained in:
Ian Renton
2026-06-23 06:38:41 +01:00
parent d4d43a43c8
commit 21a3ae70b5
4 changed files with 17 additions and 1 deletions

View File

@@ -32,6 +32,7 @@ SIGS = [
SIG(name="Tiles", description="Tiles on the Air", ref_regex=r"[A-Za-z]{2}[0-9]{2}[A-Za-z]{2}"),
SIG(name="WAB", description="Worked All Britain", ref_regex=r"[A-Z]{1,2}[0-9]{2}"),
SIG(name="WAI", description="Worked All Ireland", ref_regex=r"[A-Z][0-9]{2}"),
SIG(name="DME", description="Diplomas de Municipios Españoles", ref_regex=r"\d{4,5}"),
SIG(name="TOTA", description="Toilets on the Air", ref_regex=r"T\-[0-9]{2}")
]