Update main.py, tests, and add presets, circle test, and tool directory

This commit is contained in:
2025-11-30 18:35:31 +13:00
parent 6ae6189519
commit d45846ec74
8 changed files with 489 additions and 2 deletions

View File

@@ -108,3 +108,4 @@ async def test_patterns_save_load():
if __name__ == "__main__":
asyncio.run(test_patterns_save_load())