etherlab/__init__.py
author Edouard Tisserant <edouard@beremiz.fr>
Tue, 20 Feb 2024 11:34:28 +0100
changeset 3891 0f375805097a
parent 3750 f62625418bff
permissions -rw-r--r--
SVGHMI: Fix warning with WxPython > 4.x


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

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