Coverage for src/netflix_open_content_helper/__main__.py: 0%

4 statements  

« prev     ^ index     » next       coverage.py v7.8.0, created at 2025-04-07 20:27 -0700

1if __name__ == "__main__": 

2 from netflix_open_content_helper.cli import app 

3 

4 # Check if the script is being run directly 

5 if __name__ == "__main__": 

6 # Call the main function of the Typer app 

7 app()