pub fn write_python_module(
output: &PythonOutput,
module_dir: &Path,
) -> Result<(), Error>Expand description
Write a plain source package directory (dropped into a user’s project):
__init__.py, models.py, views.py, and programs.py when generated.