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>
Wed, 28 Jun 2023 23:14:36 +0000 (00:14 +0100)
commitda6651c824e293246151ff7c92d61751cd4421fe
tree2a9583d95f5d5261974f8803822d46b15987939d
parent0c228bed7fdecbfb699efbac891c74072814f176
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