mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-03-12 03:51:38 -04: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)) |