add additional import statement as otherwise you'd get:
authorJohannes 'josch' Schauer <josch@debian.org>
Sun, 23 Aug 2020 19:15:38 +0000 (20:15 +0100)
committerBastian Germann <bastiangermann@fishpost.de>
Sun, 23 Aug 2020 19:15:38 +0000 (20:15 +0100)
commitee00186efcf187539c05967247cc7500dafaecd3
treee4f607087680be09b3fc73dec1d3de0eb6ffab3c
parent1c5e18dd4e7460f5e07dd06a656f29e6ea230d46
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