Update __init__.py

This commit is contained in:
akamhy 2020-05-07 14:53:09 +05:30 committed by GitHub
parent 8c5c0153da
commit d0a4e25cf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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