"""Aux input and output commands""" from .sr850_driver import SR850Driver [docs]class SR850AuxInputOutput(SR850Driver): """Aux input and output commands""" [docs] def oaux(self): """docstring goes here""" pass [docs] def auxm(self): """docstring goes here""" pass [docs] def auxv(self): """docstring goes here""" pass [docs] def saux(self): """docstring goes here""" pass [docs] def tstr(self): """docstring goes here""" pass