python-ogn-client/ogn/parser/aprs_comment/spot_parser.py

7 wiersze
126 B
Python

from .base import BaseParser
class SpotParser(BaseParser):
def __init__(self):
self.beacon_type = 'spot_beacon'