Skip to content

Commit 01dcd5f

Browse files
committed
rename file to sensor_app
1 parent 5c7aad4 commit 01dcd5f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

sensor/sensor_app.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Runner script for all modules
2+
from load_data import load_sensor_data # module 2
3+
4+
data = load_sensor_data()
5+
# print(f"Loaded records {len(data)}")
6+
print("Loaded records {}".format(len(data)))

0 commit comments

Comments
 (0)