Submitting python file instead of notebook

I see this in the submission by cli section:

“If you wish to submit Python file instead of Jupyter Notebook, please check the Crunch CLI documentation.”

Could someone provide a link to where this cli documentation is? I’m unable to find it exploring the website.

Please try this repo, in particular, pay attention to demo example they have
Following those guidelines, I was able to upload my codebase organized (for now) as plain .py files and main.py file that had imports from those “surrounding files” (see demo on a screenshot).
For now, it’s within my project name (technical-fedir), you can get yours from submission tab of a competition

Hope that acts as a starting point for you

Fred