ML-166: First working implementation

This commit is contained in:
Claudio Ortolina
2026-05-05 14:04:35 +01:00
parent be76d0f214
commit 9d0ab1ffc6
7 changed files with 1580 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
[tools]
"uv" = "latest"
"pipx:mpremote" = "latest"
[tasks.presto]
run = '''
mpremote fs cp records_on_the_day.py :main.py
mpremote reset
'''
dir = "{{cwd}}"