mirror of
https://github.com/soimort/you-get.git
synced 2025-02-02 16:24:00 +03:00
7 lines
85 B
Python
Executable File
7 lines
85 B
Python
Executable File
#!/usr/bin/env python3
|
|
|
|
from you_get import *
|
|
|
|
if __name__ == "__main__":
|
|
main()
|