sondehub-infra/lambda/history/__main__.py
Michaela Wheeler 512e366607 refactor
2021-12-20 17:02:02 +11:00

6 lines
98 B
Python

from . import *
print(
history(
{"pathParameters": {"serial": "T1510227"}}, {}
)
)