7 lines
99 B
Python
7 lines
99 B
Python
# -*- encoding: utf-8 -*-
|
|
from latecomers.retrieve import retrieve
|
|
|
|
|
|
body = retrieve()
|
|
print(body)
|