Fix reading docs with importlib.resources in Python 3.9

This commit is contained in:
Rebecca Breu 2024-05-07 22:03:43 +02:00
parent 5b86ad95d9
commit 65942c08cf

View file

@ -0,0 +1,3 @@
# Reading files in this directory with importlib.resources.files with
# Python 3.9 requires an __init__.py file here. Later version are fine
# without.