Coverage for fastblocks / __main__.py: 100%
1 statements
« prev ^ index » next coverage.py v7.12.0, created at 2025-11-26 03:30 -0800
« prev ^ index » next coverage.py v7.12.0, created at 2025-11-26 03:30 -0800
1from .cli import cli
3if __name__ == "__main__":
4 cli()