Created
January 2, 2019 22:19
-
-
Save Everalda/3911ebfd09897344d991c00d79d18190 to your computer and use it in GitHub Desktop.
Template main python
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/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