mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-14 09:35:39 -05:00
6 lines
113 B
Python
Executable File
6 lines
113 B
Python
Executable File
from device import Device
|
|
|
|
devices = []
|
|
|
|
devices.append(Device("washer", 20))
|
|
devices.append(Device("dryer", 21)) |