8 lines
172 B
Python
8 lines
172 B
Python
# -*- encoding: utf-8 -*-
|
|
from latecomers.retrieve import retrieve_from_inst, retrieve_from_fr24
|
|
|
|
|
|
body = retrieve_from_inst()
|
|
fr24_data = retrieve_from_fr24()
|
|
print(body)
|