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