etherlab/__init__.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Sat, 20 May 2023 00:35:41 +0200
changeset 3809 45accb98d761
parent 3750 f62625418bff
permissions -rw-r--r--
Fake_wx objects now support comparison and hashing


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

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