qcc4cp / qcc

Source code for the book "Quantum Computing for Programmers", Cambridge University Press
Apache License 2.0
83 stars 26 forks source link

Add __init__.py files for mypy #6

Closed xbe closed 3 years ago

xbe commented 3 years ago

This gets rid of mypy errors like:

src/lib/state.py:10: error: Cannot find implementation or library stub for module named 'src.lib'
qcc4cp commented 3 years ago

Not sure how this works with empty files, but as long as it does work...

Thanks