etherlab/__init__.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Wed, 18 Oct 2023 19:28:35 +0200
changeset 3869 b722c800b6c7
parent 3750 f62625418bff
permissions -rw-r--r--
Python3 fixes for Modbus Web Settings


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

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