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