beremiz

Tests: Add minimal C runtime test

2024-06-03, Edouard Tisserant
792ae5ff01ca
Tests: Add minimal C runtime 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")