X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/blobdiff_plain/c5ca3bb2c00cce50569183571bff34052d3cbdad..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