- na1001 refactor:
- better pyright integration: define FFI1001 keys in `__init__` with defaults, to describe the types
- removed `__KEYS` and \_show; now part of `__str__` and `__repr__` where needed
- keys `HEADER` and `SRC` are now prefixed with and underscore to indicate private attrs
- add a setter for `V`, as dependent variables are internally stored in attr `_V`