adriangb / di

Pythonic dependency injection
https://www.adriangb.com/di/
MIT License
301 stars 13 forks source link

Old imports in `Simple Example` #96

Closed Eclips4 closed 1 year ago

Eclips4 commented 1 year ago

Currently, example at intro has old imports: from di import Container, Dependent, SyncExecutor

So, this code doesn't work at this moment.