First commit
This commit is contained in:
17
devicelist.py
Normal file
17
devicelist.py
Normal file
@@ -0,0 +1,17 @@
|
||||
|
||||
'''
|
||||
Platzhalter WIP
|
||||
- ausprogrammieren nach Bedarf
|
||||
Geräteliste
|
||||
- wird regelmäßig aktualisiert
|
||||
|
||||
'''
|
||||
|
||||
class DeviceList():
|
||||
|
||||
def __init__(self):
|
||||
self.devices = list()
|
||||
|
||||
def print(self):
|
||||
for d in self.devicelist:
|
||||
print(d)
|
||||
Reference in New Issue
Block a user