9 lines
224 B
Python
Executable File
9 lines
224 B
Python
Executable File
#!/home/matt/ytrs/youtube-whisper-app/venv/bin/python3
|
|
# -*- coding: UTF-8 -*-
|
|
from __future__ import print_function, division, absolute_import
|
|
|
|
from numba.misc.numba_entry import main
|
|
|
|
if __name__ == "__main__":
|
|
main()
|