etherlab/__init__.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Fri, 01 Oct 2021 23:19:04 +0200
changeset 3359 2c924cf26161
parent 2274 5cb9ef5351cc
child 3750 f62625418bff
permissions -rw-r--r--
Dropped SVGUI, deprecated and replaced by SVGHMI. Transformed traffic_lights exemple so that it uses SVGHMI instead.
from __future__ import absolute_import

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

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