Coverage for uuttaminen/cli.py: 0.00%
2 statements
« prev ^ index » next coverage.py v7.4.1, created at 2024-02-05 19:40:17 +00:00
« prev ^ index » next coverage.py v7.4.1, created at 2024-02-05 19:40:17 +00:00
1"""Command line interface for extracting."""
4def app(argv: list[str] | None = None) -> int:
5 """Delegate processing to functional module."""
6 return 0