1
0
mirror of https://github.com/apachecn/epub-crawler.git synced 2025-06-03 23:58:27 +00:00
2023-04-16 02:12:08 +08:00

14 lines
252 B
Python

#!/usr/bin/env python3.7
# -*- coding: utf-8 -*-
"""EpubCrawler
https://github.com/apachecn/epub-crawler"""
from . import img
from . import util
__author__ = "ApacheCN"
__email__ = "apachecn@163.com"
__license__ = "SATA"
__version__ = "2023.4.16.0"