ispras / qdt

QEMU Development Toolkit
Other
36 stars 8 forks source link

A new "import all" technique #82

Closed laerreal closed 3 years ago

laerreal commented 3 years ago

The idea is to generate this.py in a module directory. this.py imports all from submodules using from statement. It's compatible with IDE's code analysis unlike current exec-based technique.