Update __init__.py

This commit is contained in:
akamhy
2020-05-07 09:06:49 +05:30
committed by GitHub
parent c686708c9e
commit e7dac74906

View File

@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
from .wrapper import save, near, oldest, newest, get
from .wrapper import save, near, oldest, newest, get, clean_url, url_check
__version__ = "v1.4"