add todos

This commit is contained in:
Jan Petykiewicz 2023-01-23 22:49:21 -08:00 committed by jan
parent a6cb276468
commit 71db073a54

View File

@ -1,6 +1,9 @@
""" """
Library class for managing unique name->pattern mappings and Library classes for managing unique name->pattern mappings and
deferred loading or creation. deferred loading or creation.
# TODO documentn all library classes
# TODO toplevel documentation of library, classes, and abstracts
""" """
from typing import List, Dict, Callable, TypeVar, Generic, Type, TYPE_CHECKING from typing import List, Dict, Callable, TypeVar, Generic, Type, TYPE_CHECKING
from typing import Tuple, Union, Iterator, Mapping, MutableMapping, Set, Optional, Sequence from typing import Tuple, Union, Iterator, Mapping, MutableMapping, Set, Optional, Sequence