One more question, kinda offtopic
I am using pdm at this project at Catherine 's suggestion but I am new to it
The sample projects did this thing where they could just run "pdm run verb" and it would somehow find "def verb()" inside one of the source files
I cannot seem to replicate that and the relevant section of the pdm manual is not very helpful
I have to (see run.txt) give pdm run the full script path in pdm run
What am I missing?