0ptr/models/waypoint.py
Richard Bronkhorst cea10ae07c Info
2023-06-10 19:39:32 +02:00

8 lines
96 B
Python

from .base import Base
class Waypoint(Base):
@classmethod
def ext(self):
return 'way'