1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-10-02 23:47:08 +02:00

[devscripts] Make devscripts/cli_to_api.py executable

Authored by: bashonly
This commit is contained in:
bashonly 2024-05-31 10:01:32 -05:00
parent 2e5a47da40
commit 5406c4ba58
No known key found for this signature in database
GPG Key ID: 783F096F253D15B0

2
devscripts/cli_to_api.py Normal file → Executable file
View File

@ -1,3 +1,5 @@
#!/usr/bin/env python3
# Allow direct execution
import os
import sys