mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-11-06 17:51:36 +00:00
5 lines
77 B
Python
5 lines
77 B
Python
|
|
import cherrypy.daemon
|
||
|
|
|
||
|
|
if __name__ == '__main__':
|
||
|
|
cherrypy.daemon.run()
|