2024-06-28 18:12:27 +02:00

7 lines
202 B
Python

class Database:
def __init__(self, name, path):
self.name = name
self.path = path
self.device_list = [] # List of the canonical names of devices registered in this database