~cytrogen/kobo-manga

ref: 4e504823f4bf8d2b5f4279da3f4d4ebe98fc97ad kobo-manga/src/kobo_manga/cli/__init__.py -rw-r--r-- 77 bytes
4e504823 — HallowDem Initial commit: kobo-manga pipeline a day ago
                                                                                
1
2
3
4
5
"""CLI 入口"""

from kobo_manga.cli.commands import app

__all__ = ["app"]