mirror of
https://gh.wpcy.net/https://github.com/bohdanbobrowski/blog2epub.git
synced 2026-04-24 09:44:58 +08:00
7 lines
134 B
Python
Executable file
7 lines
134 B
Python
Executable file
#!/usr/bin/env python3
|
|
# -*- coding : utf-8 -*-
|
|
# Author: Bohdan Bobrowski
|
|
|
|
from blog2epub import blog2epub_cli
|
|
|
|
blog2epub_cli.main()
|