From 71db073a5433a43c0b7b78c4e8fb1e2b4ec96086 Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Mon, 23 Jan 2023 22:49:21 -0800 Subject: [PATCH] add todos --- masque/library.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/masque/library.py b/masque/library.py index a645bb8..2886204 100644 --- a/masque/library.py +++ b/masque/library.py @@ -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. + +# 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 Tuple, Union, Iterator, Mapping, MutableMapping, Set, Optional, Sequence