Closed blaix closed 8 years ago
This makes the usage too weird:
from tdubs.stub import Stub, calling
from tdubs.verification import verify
That's not the API I want. I prefer:
from tdubs import Stub, calling, verify
I could import everything in __init__.py
but then I run into tricky circular imports, and that's not something I want to deal with right now just to avoid a long python file, which honestly hasn't been bothering me as much as I thought it would.
Depends on #6