Subversion Repositories HomeAutomation

Rev

Blame | Last modification | View Log | SVN | RSS feed

  1. ###########################################################
  2. #
  3. # This class represents a can packet which should be
  4. # identifiable by its type and contents
  5. #
  6. ###########################################################
  7.  
  8. class CanPkt:
  9.     pass
  10.