Update comments

This commit is contained in:
Jan Petykiewicz 2023-07-17 21:28:42 -07:00 committed by jan
commit f7f5a62f54
6 changed files with 136 additions and 23 deletions

View file

@ -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?