I use the following code: ``` from particle.pdgid import literals as pdgid foo = pdgid.gamma.abspid ``` mypy complains with ``` Module has no attribute "gamma" ``` Is there a workaround?