Skip to content

Instantly share code, notes, and snippets.

@bootleg224
Created June 1, 2022 21:10
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 bootleg224/4191df5ae6058c06c3991b0066157b89 to your computer and use it in GitHub Desktop.
Save bootleg224/4191df5ae6058c06c3991b0066157b89 to your computer and use it in GitHub Desktop.
#HEADER#
columns = ["", ""]
rows = []
#END HEADER#
#BODY#
row = []
row.append()
row.append()
rows.append(row)
#END BODY#
#FOOTER#
___columns = columns
___rows = rows
#END FOOTER#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment