etherlab/__init__.py
author Edouard Tisserant <edouard@beremiz.fr>
Wed, 20 Mar 2024 11:09:24 +0100
changeset 3917 43e7fd0cb88e
parent 3750 f62625418bff
permissions -rw-r--r--
merge


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

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