atcollab / at

Accelerator Toolbox
Apache License 2.0
48 stars 31 forks source link

Stub files for C extensions #542

Closed lfarv closed 1 year ago

lfarv commented 1 year ago

We add stub files (*.pyi files) corresponding to the atpass, config and diffmatrix C extension modules. This allows defining type hints for these modules and removes the missing references noticed by IDEs.