Welcome to mirror list, hosted at ThFree Co, Russian Federation.

google_home.wsgi - github.com/ClusterM/google-assistant-smart-home.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 67a5f50b640e10cfa1562b42584b63840b447a5b (plain)
1
2
3
4
import sys
sys.path.insert(0, '/home/smarthome/google-home')

from google_home import app as application