Skip to content

Instantly share code, notes, and snippets.

@DevGW
Last active February 28, 2023 23:48
Show Gist options
  • Save DevGW/f4a83c1b26524db96b22f8467a736b8f to your computer and use it in GitHub Desktop.
Save DevGW/f4a83c1b26524db96b22f8467a736b8f to your computer and use it in GitHub Desktop.
Default script header #header and #template
##############################################################
###
### TITLE - VERSION
### Author: AUTHOR COPYRIGHT
### DESCRIPTION
### @INFO_LINK
###
##############################################################
def appName():
pass
if __name__ == '__main__':
appName()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment