1
0
mirror of https://github.com/apachecn/epub-crawler.git synced 2025-06-03 23:58:27 +00:00
wizardforcel a739d679f3 init
2021-08-20 23:04:45 +08:00

10 lines
213 B
Python

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