MCPcopy
hub / github.com/pypa/sampleproject / main

Function main

src/sample/__init__.py:1–3  ·  view source on GitHub ↗

Entry point for the application script

()

Source from the content-addressed store, hash-verified

1def main():
2 """Entry point for the application script"""
3 print("Call your main application code here")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected