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

7 wiersze
126 B
Python
Czysty Zwykły widok Historia

2017-10-05 08:36:53 +00:00
from .base import BaseParser
class LT24Parser(BaseParser):
def __init__(self):
self.beacon_type = 'lt24_beacon'