Update comments
This commit is contained in:
parent
e47f9b76b1
commit
f7f5a62f54
6 changed files with 136 additions and 23 deletions
|
|
@ -1,5 +1,7 @@
|
|||
"""
|
||||
Tools are objects which dynamically generate simple single-use devices (e.g. wires or waveguides)
|
||||
|
||||
# TODO document all tools
|
||||
"""
|
||||
from typing import Sequence, Literal, Callable, Any
|
||||
from abc import ABCMeta, abstractmethod # TODO any way to make Tool ok with implementing only one method?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue