Files
LedD/start.py
2015-07-14 14:26:39 +02:00

5 lines
81 B
Python

import LedD.daemon
if __name__ == "__main__":
daemon = LedD.daemon.Daemon()