Initial commit

This commit is contained in:
adit jain 2026-02-25 02:16:35 -08:00
commit 3a1c562827
59 changed files with 8418 additions and 0 deletions

3
src/yc_bench/__main__.py Normal file
View file

@ -0,0 +1,3 @@
from yc_bench.cli import app_main
app_main()