File: __init__.pyi

package info (click to toggle)
python-libzim 3.6.0-1.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 384 kB
  • sloc: python: 1,693; cpp: 397; makefile: 7
file content (7 lines) | stat: -rw-r--r-- 348 bytes parent folder | download | duplicates (2)
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]
)