cmvr-head-client/file_service/__init__.py

20 lines
548 B
Python
Raw Permalink Normal View History

2026-08-05 16:42:59 +08:00
#
# Generated by erpcgen 1.14.0 on Tue Apr 28 12:25:45 2026.
#
# AUTOGENERATED - DO NOT EDIT
#
try:
from erpc import erpc_version
version = erpc_version.ERPC_VERSION
except ImportError:
version = "unknown"
if version != "1.14.0":
raise ValueError("The generated shim code version (1.14.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