etherlab/__init__.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Thu, 28 Sep 2023 17:56:03 +0200
changeset 3843 832bcf1b5b60
parent 3750 f62625418bff
permissions -rw-r--r--
Runtime/win32: no sys.stdout with pythonw.exe


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

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