etherlab/__init__.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Wed, 31 May 2023 10:40:53 +0200
changeset 3817 3deeda82636a
parent 3750 f62625418bff
permissions -rw-r--r--
Fix Py3 problems with basic SVGHMI build and run.


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

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