erpc_interface/erpc_PLCObject/__init__.py
author Nadim Khan <34601107+nadim4114@users.noreply.github.com>
Fri, 26 Apr 2024 13:40:34 +0530
changeset 3942 ac6408084c60
parent 3887 2df45e4bd500
child 3941 09aa8a10026c
permissions -rw-r--r--
Doc: Add about section (PR #33)

* added about section

* updated .gitignore to exclude doc/_build/
#
# Generated by erpcgen 1.11.0 on Mon Jan 22 16:49:00 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