etherlab/__init__.py
author Edouard Tisserant <edouard@beremiz.fr>
Tue, 11 Feb 2025 15:59:23 +0100 (6 weeks ago)
changeset 4110 2d6446418d0d
parent 3750 f62625418bff
permissions -rw-r--r--
PY_EXT: fix exception with CSV loading.


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

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