beremiz
Clone
Summary
Browse
Changes
Graph
C++ runtime: add eRPC server, minimal CLI and Makefile. WIP.
2024-04-24, Edouard Tisserant
e13543d716b6
C++ runtime: add eRPC server, minimal CLI and Makefile. WIP.
# -*- 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")