etherlab/__init__.py
author Edouard Tisserant <edouard@beremiz.fr>
Thu, 18 Jul 2024 11:28:38 +0200
changeset 3991 28354ba489b9
parent 3750 f62625418bff
permissions -rw-r--r--
MQTT: Fix crash when browsing locations


from etherlab.etherlab import *
from util.BitmapLibrary import AddBitmapFolder
import util.paths as paths

AddBitmapFolder(os.path.join(paths.AbsDir(__file__), "images"))