Files
NmeaClient/a_backend.py
T
2026-03-15 13:19:37 +01:00

4 lines
47 B
Python

from abc import ABC
class ABackend(ABC):
pass