mirror of
https://github.com/soimort/you-get.git
synced 2025-01-23 13:35:16 +03:00
9 lines
169 B
Python
9 lines
169 B
Python
#!/usr/bin/env python
|
|
|
|
from .processor import *
|
|
from .downloader import *
|
|
from .main import *
|
|
from .common import script_main
|
|
|
|
__version__ = common.proj_info['version']
|