etherlab/__init__.py
author Edouard Tisserant <edouard@beremiz.fr>
Thu, 01 Aug 2024 12:09:28 +0200
changeset 4001 5e0660d394e3
parent 3750 f62625418bff
permissions -rw-r--r--
MQTT: link to SSL only when needed.


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

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