Coverage for fastblocks / __main__.py: 0%
1 statements
« prev ^ index » next coverage.py v7.13.0, created at 2025-12-19 12:49 -0800
« prev ^ index » next coverage.py v7.13.0, created at 2025-12-19 12:49 -0800
1from .cli import cli
3if __name__ == "__main__":
4 cli()