cleaned the board utility a bit

This commit is contained in:
UpstreamData
2022-01-24 16:31:51 -07:00
parent ae911ec775
commit 8edfde96dc
5 changed files with 2 additions and 95 deletions

View File

@@ -13,5 +13,6 @@ def main():
loop = asyncio.new_event_loop()
loop.run_until_complete(ui())
if __name__ == '__main__':
main()