etherlab/__init__.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Fri, 12 May 2023 18:09:55 +0200
changeset 3800 a5a6ee271e65
parent 3750 f62625418bff
permissions -rw-r--r--
WIP python3 support for runtime


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

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