Skip to content

Instantly share code, notes, and snippets.

@furushei
Created September 12, 2018 07:18
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 furushei/17fbffd2c53942f7763b539aa4c47958 to your computer and use it in GitHub Desktop.
Save furushei/17fbffd2c53942f7763b539aa4c47958 to your computer and use it in GitHub Desktop.
main関数だけを含む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