runtime/PlcStatus.py
author Edouard Tisserant
Thu, 18 Jun 2020 14:18:16 +0200
changeset 2681 abc2088aac4e
parent 2416 1ca207782dde
permissions -rw-r--r--
Py_ext: use non-derived type when generating C code for handling Python PLC globals.
# -*- 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")