mirror of
https://gh.wpcy.net/https://github.com/bohdanbobrowski/blog2epub.git
synced 2026-04-24 15:29:14 +08:00
9 lines
139 B
Python
9 lines
139 B
Python
from blog2epub.blog2epub_gui import Blog2EpubKivy
|
|
|
|
|
|
def main():
|
|
Blog2EpubKivy().run()
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|