console.py 124 B

12345678
  1. """consol is the daemon of LibreLight
  2. to map and calculate FIX,PATCH,EXEC to DMX
  3. """
  4. import _console
  5. _console.main()