X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/blobdiff_plain/d9dcc0b0776b0ce772a3f44b74ff2315d7be43f7..c24f5e6fa8655fd86333243f5738ca4c0bf97fe7:/python/board/__init__.py diff --git a/python/board/__init__.py b/python/board/__init__.py index f41e27d..b5d65c7 100644 --- a/python/board/__init__.py +++ b/python/board/__init__.py @@ -43,3 +43,5 @@ elif board == "nodemcu": from board.nodemcu import * elif board == "pyboard": from board.pyboard import * +else: + raise NotImplementedError("Board not supported") \ No newline at end of file