Skip to content

Instantly share code, notes, and snippets.

@jkw552403
Last active June 6, 2018 03:37
Show Gist options
  • Save jkw552403/f70d4aca41dcbc9e00738fb18a9180f6 to your computer and use it in GitHub Desktop.
Save jkw552403/f70d4aca41dcbc9e00738fb18a9180f6 to your computer and use it in GitHub Desktop.
python main script with click
import click
@click.command()
def main():
pass
if __name__ == "__main__":
main()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment