File: __init__.pyi

package info (click to toggle)
python-libzim 3.6.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 332 kB
  • sloc: python: 1,690; cpp: 397; makefile: 7
file content (7 lines) | stat: -rw-r--r-- 348 bytes parent folder | download
1
2
3
4
5
6
7
from libzim import (
    reader,  # noqa: F401 # pyright: ignore[reportUnusedImport]
    search,  # noqa: F401 # pyright: ignore[reportUnusedImport]
    suggestion,  # noqa: F401 # pyright: ignore[reportUnusedImport]
    version,  # noqa: F401 # pyright: ignore[reportUnusedImport]
    writer,  # noqa: F401 # pyright: ignore[reportUnusedImport]
)