Coverage for /opt/hostedtoolcache/Python/3.12.10/x64/lib/python3.12/site-packages/netflix_open_content_helper/__main__.py: 0%
4 statements
« prev ^ index » next coverage.py v7.8.0, created at 2025-04-17 17:05 +0000
« prev ^ index » next coverage.py v7.8.0, created at 2025-04-17 17:05 +0000
1if __name__ == "__main__":
2 from netflix_open_content_helper.cli import app
4 # Check if the script is being run directly
5 if __name__ == "__main__":
6 # Call the main function of the Typer app
7 app()