0ptr/models/waypoint.py

7 lines
81 B
Python
Raw Normal View History

2023-06-09 11:19:47 +00:00
from .base import Base
class Waypoint(Base):
2023-06-09 11:19:47 +00:00
def ext(self):
return 'way'