Exemple #1
0
def get_all():
  """Gets all tags."""
  tags = Project.query().fetch(10000)
  return tags