feat: File processing.
This commit is contained in:
parent
f0b7096865
commit
2025cca693
9 changed files with 162 additions and 0 deletions
2
util/change-event-creator.py
Normal file
2
util/change-event-creator.py
Normal file
|
@ -0,0 +1,2 @@
|
|||
with open('../data/temperatures.csv', 'a', encoding='utf-8') as target:
|
||||
target.write("\n")
|
Loading…
Add table
Add a link
Reference in a new issue