class FakeMixpanel(object): def send(self, endpoint, json_message): pass def init_app(app): return FakeMixpanel()