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

7 wiersze
134 B
Python

from .base import BaseParser
class SkylinesParser(BaseParser):
def __init__(self):
self.beacon_type = 'skylines_beacon'