mirror of
https://github.com/soimort/you-get.git
synced 2025-01-27 05:25:20 +03:00
8 lines
147 B
Python
8 lines
147 B
Python
|
|
from .processor import *
|
|
from .downloader import *
|
|
from .main import *
|
|
from .common import script_main
|
|
|
|
__version__ = common.proj_info['version']
|