~cytrogen/kobo-manga

ref: 4e504823f4bf8d2b5f4279da3f4d4ebe98fc97ad kobo-manga/src/kobo_manga/db/__init__.py -rw-r--r-- 101 bytes
4e504823 — HallowDem Initial commit: kobo-manga pipeline a day ago
                                                                                
1
2
3
4
5
"""SQLite 状态存储模块"""

from kobo_manga.db.database import Database

__all__ = ["Database"]