7 lines
174 B
Python
7 lines
174 B
Python
# -*- coding: utf-8 -*-
|
|
from .wrapper import save, near, oldest, newest, get, clean_url, url_check, total_archives
|
|
|
|
__version__ = "v1.4"
|
|
|
|
__all__ = ['wrapper', 'exceptions']
|