etherlab/__init__.py
author Edouard Tisserant <edouard@beremiz.fr>
Fri, 25 Oct 2024 14:51:38 +0200
changeset 4031 a89ed401fbc6
parent 3750 f62625418bff
permissions -rw-r--r--
Removed dependency in requirements.txt.


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

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