etherlab/__init__.py
author dgaberscek
Wed, 22 Apr 2020 15:33:53 +0200
branchsvghmi
changeset 2944 2a20038fbea9
parent 2274 5cb9ef5351cc
child 3750 f62625418bff
permissions -rw-r--r--
Added button and circular bar widgets.
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"))