mirror of
https://github.com/apachecn/epub-crawler.git
synced 2025-06-03 23:58:27 +00:00
10 lines
213 B
Python
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" |