etherlab/__init__.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Mon, 02 Oct 2023 14:25:02 +0200
changeset 3851 4e1906d119d5
parent 3750 f62625418bff
permissions -rw-r--r--
Runtime: fix non-interleaved worker loop


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

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