Working on a tool that's grown to \~4000 LOC in one .py file. argparse + 18 subcommands, stdlib + pyyaml only. Tests are in a separate dir. Single-file has been great for: \- Debugging (one file to grep) \- Distribution (one wheel, no package layout…