We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0968c53 commit 2b1bdc0Copy full SHA for 2b1bdc0
1 file changed
.github/instructions/models.instructions.md
@@ -23,7 +23,9 @@ Help users set up the components they need to implement their model. Custom comp
23
An empty component looks like this:
24
25
```python
26
-from plugboard.component import Component
+import typing as _t
27
+
28
+from plugboard.component import Component, IOController as IO
29
from plugboard.schemas import ComponentArgsDict
30
31
class Offset(Component):
0 commit comments