mirror of
https://github.com/mkb79/audible-cli.git
synced 2025-04-22 13:47:09 -04:00
9 lines
134 B
Python
9 lines
134 B
Python
import multiprocessing
|
|
|
|
|
|
multiprocessing.freeze_support()
|
|
|
|
|
|
if __name__ == '__main__':
|
|
from audible_cli import cli
|
|
cli.main()
|