5 lines
79 B
Python
5 lines
79 B
Python
from jarvis.cli import main
|
|
import sys
|
|
sys.argv = ["jarvis","test-mic"]
|
|
main()
|