返回教程正文

配套源码

__init__.py

app/bricks/zdt_x57s_can/__init__.py
zdt-x57s-can-test:封装单电机 Brick 并组合验证四台电机app/bricks/zdt_x57s_can/__init__.py
Python4 行
  1. from .client import ZdtX57SCan, ZdtX57SCanError
  2. __all__ = ["ZdtX57SCan", "ZdtX57SCanError"]