add additional import statement as otherwise you'd get:
authorJohannes 'josch' Schauer <josch@debian.org>
Sun, 23 Feb 2020 18:10:35 +0000 (19:10 +0100)
committerBastian Germann <bage@debian.org>
Thu, 15 Dec 2022 20:22:02 +0000 (20:22 +0000)
commit0579adfb68e35a3a87fe2ea944a90335c08b7847
tree717d483ec8dae5d0a36cfbfca75eb3ebc95bbe27
parent775f08c88c7f458770bf7fcb0315afebfeeb6b02
add additional import statement as otherwise you'd get:

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "[...]/src/fitz/__init__.py", line 3, in <module>
    from fitz.fitz import *
ModuleNotFoundError: No module named 'fitz.fitz'

Gbp-Pq: Name fiximport
fitz/__init__.py