1
0
mirror of https://github.com/rhasspy/rhasspy.git synced 2022-02-12 01:59:45 +03:00
Files
rhasspy-voice-assistant/__main__.py
2020-02-05 17:28:09 -05:00

5 lines
72 B
Python

"""PyInstaller entry point"""
from rhasspy.__main__ import main
main()