runtime/PlcStatus.py
author etisserant <edouard.tisserant@gmail.com>
Thu, 20 Oct 2022 18:15:31 +0200
branchwxPython4
changeset 3638 606c984a58c2
parent 2416 1ca207782dde
permissions -rw-r--r--
Update README.md

removed undue blank lines
# -*- 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")