Subversion Repositories HomeAutomation

Rev

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

  1. ###########################################################
  2. #
  3. # Implements the TCP server interface to administrative
  4. # or monitoring apps
  5. #
  6. ###########################################################
  7.  
  8. from TCPServerBase import TCPServerBase
  9.  
  10. class TCPServer1(TCPServerBase):
  11.     pass
  12.