Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@bliiir
Created November 20, 2018 11:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bliiir/1ea4d497658180771256f5793eeef05a to your computer and use it in GitHub Desktop.
Save bliiir/1ea4d497658180771256f5793eeef05a to your computer and use it in GitHub Desktop.
python .py template file
#!/usr/bin/python3
'''
------------------------------------------------------------------------
IMPORTS
------------------------------------------------------------------------
'''
# Standard library imports
# Third party imports
# Local application imports
'''
------------------------------------------------------------------------
CLASSES
------------------------------------------------------------------------
'''
'''
------------------------------------------------------------------------
FUNCTIONS
------------------------------------------------------------------------
'''
'''
------------------------------------------------------------------------
SCRIPT
------------------------------------------------------------------------
'''
'''
------------------------------------------------------------------------
__MAIN__
------------------------------------------------------------------------
'''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment