pub fn python_entry_point_template(
target_prefix: &str,
for_windows: bool,
entry_point: &EntryPoint,
python_info: &PythonInfo,
) -> StringExpand description
Returns Python code that, when placed in an executable file, invokes the specified
[EntryPoint].