mirror of
https://github.com/soimort/you-get.git
synced 2025-01-23 21:45:02 +03:00
7 lines
139 B
Python
7 lines
139 B
Python
#!/usr/bin/env python
|
|
|
|
from .processor import *
|
|
from .downloader import *
|
|
from .main import *
|
|
from .common import script_main, __version__
|