etherlab/__init__.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Thu, 19 Oct 2023 22:52:27 +0200
changeset 3871 5d23a47937c4
parent 3750 f62625418bff
permissions -rw-r--r--
IDE: py3.10 related float/int fixes in debug plots


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

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