mirror of
https://github.com/rhasspy/rhasspy.git
synced 2022-02-12 01:59:45 +03:00
5 lines
72 B
Python
5 lines
72 B
Python
"""PyInstaller entry point"""
|
|
from rhasspy.__main__ import main
|
|
|
|
main()
|