kopia lustrzana https://github.com/glidernet/python-ogn-client
7 wiersze
126 B
Python
7 wiersze
126 B
Python
![]() |
from .base import BaseParser
|
||
|
|
||
|
|
||
|
class LT24Parser(BaseParser):
|
||
|
def __init__(self):
|
||
|
self.beacon_type = 'lt24_beacon'
|