etherlab/__init__.py
author Edouard Tisserant <edouard@beremiz.fr>
Thu, 25 Apr 2024 16:59:05 +0200
changeset 3935 bc51b5a2daa9
parent 3750 f62625418bff
permissions -rw-r--r--
IDE: Fix crashing non-thread safe code using Zeroconf


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

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