etherlab/__init__.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Tue, 25 Jul 2023 21:22:30 +0200
changeset 3833 73a44957c381
parent 3750 f62625418bff
permissions -rw-r--r--
IDE: fix py3/wxpy4 related deprecation warnings


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

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