jfhbrook / pyee

A rough port of Node.js's EventEmitter to Python with a few tricks of its own
https://github.com/jfhbrook/public
MIT License
371 stars 39 forks source link

Smart imports approach that doesn't use module-level __getattr__ #55

Closed jfhbrook closed 2 years ago

jfhbrook commented 5 years ago

Alternative to #54 that tries to avoid using module-level getattr but breaks for its own reasons.