etherlab/__init__.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Fri, 15 Mar 2024 08:24:38 +0100
changeset 3912 050f227a2848
parent 3750 f62625418bff
permissions -rw-r--r--
Tests: update svghmi test project to py3 and erpc


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

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