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