etherlab/__init__.py
author Edouard Tisserant <edouard@beremiz.fr>
Thu, 26 Sep 2024 15:28:10 +0200
changeset 4022 dee0efbf8452
parent 3750 f62625418bff
permissions -rw-r--r--
MQTT: strip unsupported types from type choice dropdown, better wrong type detection in build.


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

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