5 lines
81 B
Python
5 lines
81 B
Python
import LedD.daemon
|
|
|
|
if __name__ == "__main__":
|
|
daemon = LedD.daemon.Daemon()
|