etherlab/__init__.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Wed, 22 Nov 2023 21:10:10 +0100
changeset 3875 6d65508a059e
parent 3750 f62625418bff
permissions -rw-r--r--
SVGHMI: Fix creation of SVG file if none provided


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

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