sample This is a sample package. Functions¶ main ¶ main() Entry point for the application script. Source code in src/sample/__init__.py 4 5 6def main(): """Entry point for the application script.""" print("Call your main application code here")