mirror of
https://github.com/dh1tw/pyhamtools.git
synced 2026-01-11 03:00:59 +01:00
6 lines
163 B
Python
6 lines
163 B
Python
"""In this files, strange special callsigns are located which can't be resolved with any other rule"""
|
|
|
|
callsign_exceptions={
|
|
'7QAA' : '7Q',
|
|
'2SZ' : 'G0'
|
|
} |