Skip to content

Commit 6ce7748

Browse files
authored
Merge pull request googleworkspace#1 from jmdobry/patch-1
Add region tags
2 parents d4fa754 + 9d3adf4 commit 6ce7748

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

classroom/quickstart/quickstart.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
Creates a Classroom API service object and prints the names of the first
1919
10 courses the user has access to.
2020
"""
21+
# [START classroom_quickstart]
2122
from __future__ import print_function
2223
from apiclient.discovery import build
2324
from httplib2 import Http
@@ -42,3 +43,4 @@
4243
print('Courses:')
4344
for course in courses:
4445
print(course['name'])
46+
# [END classroom_quickstart]

0 commit comments

Comments
 (0)