-
- Downloads
px_uploader.py: enable file to be used as module
In order to use px_uploader as a module from another Python script, all the action needs to be moved into a main() function which is only called if the file is run directly.
Please register or sign in to comment