]> Repositories - Adafruit_Blinka-hackapet.git/blob - python/microcontroller/__init__.py
Module for tests only running actually in an embedded context (won't run on unix...
[Adafruit_Blinka-hackapet.git] / python / microcontroller / __init__.py
1 import agnostic
2 if agnostic.platform == "esp8266":
3     from microcontroller.esp8266 import *