blob: cbc1edc4d1183ce21e7218bd0ea8ed82b4db2c3f [file] [log] [blame]
# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import logging
from wireless_automation.aspects.wireless_automation_logging import \
setup_logging
from wireless_automation.chrome_device.modems.altair import AltairLteModem
if __name__ == '__main__':
modem = AltairLteModem()
modem._power_cycle()