5 lines
99 B
Python
5 lines
99 B
Python
from yt_shorts_downloader.cli import main
|
|
|
|
if __name__ == "__main__":
|
|
raise SystemExit(main())
|