etherlab/__init__.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Mon, 22 May 2023 14:38:25 +0200
changeset 3813 6f3e20690172
parent 3750 f62625418bff
permissions -rw-r--r--
Runtime: Fix IEC/ctypes/python3 type mapping


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

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