but anyway, this very much works:

```
class Foo(Component):
    foo: In(4)
    bar: Out(12)
```

and is the intended replacement for the sort of code you've shown as "originally"