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

@ -2,7 +2,7 @@
Ref provides basic support for nesting Pattern objects within each other, by adding
offset, rotation, scaling, and other such properties to the reference.
"""
#TODO more top-level documentation
#TODO more top-level documentation for ref
from typing import Mapping, TYPE_CHECKING, Self
import copy