# -*- coding: utf-8 -*- # !/usr/bin/env python from apps.web.core.adapter.base import OnlineSmartBox class CommonPulseAdapter(OnlineSmartBox): def __init__(self, device): super(CommonPulseAdapter, self).__init__(device)