erpc_interface/erpc_PLCObject/__init__.py
changeset 3884 34da877021d5
child 3885 22a009561502
equal deleted inserted replaced
3883:a6e7dd8bac36 3884:34da877021d5
       
     1 #
       
     2 # Generated by erpcgen 1.11.0 on Wed Jan 17 21:59:20 2024.
       
     3 #
       
     4 # AUTOGENERATED - DO NOT EDIT
       
     5 #
       
     6 
       
     7 try:
       
     8     from erpc import erpc_version
       
     9     version = erpc_version.ERPC_VERSION
       
    10 except ImportError:
       
    11     version = "unknown"
       
    12 if version != "1.11.0":
       
    13     raise ValueError("The generated shim code version (1.11.0) is different to the rest of eRPC code (%s). \
       
    14 Install newer version by running \"python setup.py install\" in folder erpc/erpc_python/." % repr(version))
       
    15 
       
    16 from . import common
       
    17 from . import client
       
    18 from . import server
       
    19 from . import interface