Skip to content

Instantly share code, notes, and snippets.

@ofey404
Created March 22, 2019 06:42
Show Gist options
  • Save ofey404/40c900f41ef48019fcb88e4aac06b0d3 to your computer and use it in GitHub Desktop.
Save ofey404/40c900f41ef48019fcb88e4aac06b0d3 to your computer and use it in GitHub Desktop.
minimal python code routine
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