1
0
mirror of https://github.com/apachecn/epub-crawler.git synced 2025-06-06 01:04:04 +00:00
2023-01-18 12:25:46 +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.1.18.0"