mirror of
https://github.com/soimort/you-get.git
synced 2025-01-24 22:15:03 +03:00
9 lines
170 B
Python
9 lines
170 B
Python
#!/usr/bin/env python
|
|
|
|
from .processor import *
|
|
from .downloader import *
|
|
|
|
from .version import __version__, __date__
|
|
from .common import script_main
|
|
from .main import *
|