MycroftAI / personal-backend

WORK IN PROGRESS: A Flask personal backend alternative for running your own version of https://home.mycroft.ai
Apache License 2.0
114 stars 32 forks source link

make python package executable #7

Open JarbasAl opened 5 years ago

JarbasAl commented 5 years ago

entry points should be added to setup.py to start backend and frontend from command line

in current state package needs to be imported and executed as shown in examples folder