Coverage for src/sample/__init__.py: 100.00%
2 statements
« prev ^ index » next coverage.py v7.2.7, created at 2023-06-24 17:04 +0000
« prev ^ index » next coverage.py v7.2.7, created at 2023-06-24 17:04 +0000
1"""This is a sample package."""
4def main():
5 """Entry point for the application script."""
6 print("Call your main application code here")