Skip to content

Instantly share code, notes, and snippets.

@python-consulting
Created September 22, 2015 15:34
Show Gist options
  • Select an option

  • Save python-consulting/dfeb45d245ec1add4404 to your computer and use it in GitHub Desktop.

Select an option

Save python-consulting/dfeb45d245ec1add4404 to your computer and use it in GitHub Desktop.
begin (command line tool) template
"""
Do not forget to add the following in setup.py :
entry_points={
'console_scripts': [
'platform-ott = deploy_platform_ott.main:main.start',
],
},
"""
@begin.start
def main(arg1):
""" Description """
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment