Move 'deploy' command into deploy.py
If function 'deploy' is defined in __init__.py it masks the imported module with the same name. Placing it into deploy.py file is more logical structure-wise. To make sure that the command is still accessible by its old name, it is marked as a default task for 'deploy' module.
Please register or sign in to comment