Skip to content

Instantly share code, notes, and snippets.

@Everalda
Created January 2, 2019 22:19
Show Gist options
  • Save Everalda/3911ebfd09897344d991c00d79d18190 to your computer and use it in GitHub Desktop.
Save Everalda/3911ebfd09897344d991c00d79d18190 to your computer and use it in GitHub Desktop.
Template main python
#!/usr/bin/python
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