etherlab/__init__.py
author Edouard Tisserant <edouard@beremiz.fr>
Tue, 20 Feb 2024 11:32:15 +0100
changeset 3890 6d2d37975c7c
parent 3750 f62625418bff
permissions -rw-r--r--
docsvg: safer version checking of Inkscape


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

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