5 lines
69 B
Python
5 lines
69 B
Python
from .downloader import get
|
|
|
|
__version__ = "2.0.1"
|
|
__all__ = ["get"]
|