mirror of
https://github.com/dh1tw/pyhamtools.git
synced 2025-12-06 06:52:00 +01:00
added constants
This commit is contained in:
parent
732f8e0746
commit
d12f83c9c2
20
pyhamtools/consts.py
Normal file
20
pyhamtools/consts.py
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
|
||||
|
||||
class LookupConventions:
|
||||
""" This class defines the constants used within the pyhamtools package """
|
||||
|
||||
CALLSIGN = "callsign"
|
||||
COUNTRY = "country"
|
||||
PREFIX = "prefix"
|
||||
ADIF = "adif"
|
||||
CQZ = "cqz"
|
||||
ITUZ = "ituz"
|
||||
CONTINENT = "continent"
|
||||
LATITUDE = "latitude"
|
||||
LONGITUDE = "longitude"
|
||||
START = "start"
|
||||
END = "end"
|
||||
WHITELIST = "whitelist"
|
||||
WHITELIST_START = "whitelist_start"
|
||||
WHITELIST_END = "whitelist_end"
|
||||
DELETED = "deleted"
|
||||
Loading…
Reference in a new issue