etherlab/__init__.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Thu, 04 Apr 2024 17:58:21 +0200
changeset 3927 228d3b758f19
parent 3750 f62625418bff
permissions -rw-r--r--
Modbus: fix test: add missing filles and add Modbus source+build in GH CI


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

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