Skip to content

Instantly share code, notes, and snippets.

@caglartoklu
Last active March 11, 2021 12:44
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 caglartoklu/d823374b9b680b836b35 to your computer and use it in GitHub Desktop.
Save caglartoklu/d823374b9b680b836b35 to your computer and use it in GitHub Desktop.
Python Template 1 #python #template
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
TODO:doc here
"""
def main():
"""
entry point of the module.
"""
pass
if __name__ == '__main__':
main()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment