etherlab/__init__.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Wed, 26 Jul 2023 16:40:51 +0200
changeset 3835 5b65b8f6d523
parent 3750 f62625418bff
permissions -rw-r--r--
Use requirements.txt and update doc accordingly.


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

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