name = 'compat'
def __getattr__(name: str) -> Any:
if name != "__version__":
msg = f"module '{__name__}' has no attribute '{name}'"
> raise AttributeError(msg)
E AttributeError: module 'logbook' has no attribute 'compat'
.venv/lib/python3.13/site-packages/logbook/__init__.py:143: AttributeError