etherlab/__init__.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Wed, 05 Jun 2024 15:18:15 +0200
changeset 3960 9271afc4f34a
parent 3750 f62625418bff
permissions -rw-r--r--
merge again


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

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