diff --git a/pyhamtools/consts.py b/pyhamtools/consts.py new file mode 100644 index 0000000..9210ada --- /dev/null +++ b/pyhamtools/consts.py @@ -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" \ No newline at end of file