latecomers/devloop/retrieve.py

8 lines
172 B
Python
Raw Normal View History

2022-08-21 08:37:45 +02:00
# -*- encoding: utf-8 -*-
2022-09-07 23:44:53 +02:00
from latecomers.retrieve import retrieve_from_inst, retrieve_from_fr24
2022-08-21 08:37:45 +02:00
2022-09-07 23:44:53 +02:00
body = retrieve_from_inst()
fr24_data = retrieve_from_fr24()
2022-08-21 08:37:45 +02:00
print(body)