erpc_interface/erpc_PLCObject/__init__.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Wed, 15 May 2024 18:50:26 +0200
changeset 3944 ebd25bbe5a73
parent 3941 09aa8a10026c
child 3946 8815b44be31e
permissions -rw-r--r--
Tests: fix wx_widgets.pytest/test_CustomIntCtrl.py
#
# Generated by erpcgen 1.11.0 on Tue May 14 10:15:38 2024.
#
# AUTOGENERATED - DO NOT EDIT
#

try:
    from erpc import erpc_version
    version = erpc_version.ERPC_VERSION
except ImportError:
    version = "unknown"
if version != "1.11.0":
    raise ValueError("The generated shim code version (1.11.0) is different to the rest of eRPC code (%s). \
Install newer version by running \"python setup.py install\" in folder erpc/erpc_python/." % repr(version))

from . import common
from . import client
from . import server
from . import interface