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