from BaseLib.BaseView import BaseView class PingView(BaseView): endpoint = 'ping' def get(self): return {}