beremiz

tests: add Beremiz project used in opcua_test CLI test
wxPython4
2022-07-18, Edouard Tisserant
77252e67d0d6
tests: add Beremiz project used in opcua_test CLI test
# -*- coding: utf-8 -*-
# See COPYING.Runtime file for copyrights details.
def _(x):
"""No translation"""
return x
Broken = _("Broken")
Started = _("Started")
Stopped = _("Stopped")
Disconnected = _("Disconnected")
Empty = _("Empty")