Problem / use case
Pylance cannot see the symbols in the cea pacakge. e.g. "Reactant" is not a known attribute of module "cea". reportAttributeAccessIssue
Proposed solution
I am not an expert. But I think adding a .pyi would help. This would also assist with making sure users inputting the right parameter set through @overload typing.
Problem / use case
Pylance cannot see the symbols in the cea pacakge. e.g. "Reactant" is not a known attribute of module "cea". reportAttributeAccessIssue
Proposed solution
I am not an expert. But I think adding a .pyi would help. This would also assist with making sure users inputting the right parameter set through
@overloadtyping.