added constants

This commit is contained in:
dh1tw 2014-04-24 15:06:28 +02:00
parent 732f8e0746
commit d12f83c9c2

20
pyhamtools/consts.py Normal file
View 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"