Traceback (most recent call last):
File "/private/tmp/real_python38/venv_py38/bin/realpython", line 5, in <module>
from reader.__main__ import main
File "/private/tmp/real_python38/venv_py38/lib/python3.8/site-packages/reader/__init__.py", line 23, in <module>
with _resources.path("reader", "config.cfg") as _path:
AttributeError: module 'importlib_resources' has no attribute 'path'