Created
November 20, 2018 11:40
-
-
Save bliiir/1ea4d497658180771256f5793eeef05a to your computer and use it in GitHub Desktop.
python .py template file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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