sondehub-infra/lambda/history/__main__.py

6 lines
99 B
Python
Raw Normal View History

2021-12-20 06:02:02 +00:00
from . import *
print(
history(
2021-12-20 07:13:24 +00:00
{"pathParameters": {"serial": "T1510227a"}}, {}
2021-12-20 06:02:02 +00:00
)
)