added bad board util files, and fixed imports in README.md

This commit is contained in:
UpstreamData
2022-01-31 09:13:49 -07:00
parent c489a4bed9
commit ca47f2817f
3 changed files with 43 additions and 10 deletions

4
board_util.py Normal file
View File

@@ -0,0 +1,4 @@
from tools.bad_board_util import main
if __name__ == '__main__':
main()