Added better flair tools.

This commit is contained in:
2025-08-08 22:44:46 +02:00
parent 4012ff7bea
commit 61c9aba952
3 changed files with 111 additions and 45 deletions

View File

@@ -20,6 +20,7 @@ setup(
"rstat=rstat_tool.main:main",
"rstat-dashboard=rstat_tool.dashboard:start_dashboard",
"rstat-cleanup=rstat_tool.cleanup:run_cleanup",
"rstat-flairs=rstat_tool.flair_finder:main",
],
},
)