...
- Then you'll have to package both file into a zip archive with the following structure:
Please note that whenever there is more than one python file into the zip archive, there have to be a __main__.py
file which will be used as an entry point.
...