beremiz
Clone
Summary
Browse
Changes
Graph
Tests: Add project for OPC-UA server browsing and variable picking UI test
wxPython4
2022-11-11, Edouard Tisserant
6a04e7a90ceb
Tests: Add project for OPC-UA server browsing and variable picking UI 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")