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

7 wiersze
130 B
Python

from .base import BaseParser
class SpiderParser(BaseParser):
def __init__(self):
self.beacon_type = 'spider_beacon'