mypy --strict flags code that tries to use aioprometheus.Counter:
error: Module "aioprometheus" does not explicitly export attribute "Counter" [attr-defined]
Consider setting __all__ with a list of imported contents that are explicitly re-exported as part of a stable interface.