Comment by karpetrosyan
5 hours ago
Note that you can work around it by implementing `def __getattr__(name: str) -> object:` at the module level on earlier Python versions
5 hours ago
Note that you can work around it by implementing `def __getattr__(name: str) -> object:` at the module level on earlier Python versions
Somehow I have no trouble imagining this being used as a rationale to avoid unnecessary "magic" to the language for years
[dead]